8000 softtabstops -> softtabstop in redis.c (typo in vim directive) · jrtkcoder/phpredis@77e6200 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 77e6200

Browse files
committed
softtabstops -> softtabstop in redis.c (typo in vim directive)
1 parent 05e38d5 commit 77e6200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3940,4 +3940,4 @@ PHP_METHOD(Redis, pfmerge) {
39403940
REDIS_PROCESS_CMD(pfmerge, redis_boolean_response);
39413941
}
39423942

3943-
/* vim: set tabstop=4 softtabstops=4 noexpandtab shiftwidth=4: */
3943+
/* vim: set tabstop=4 softtabstop=4 noexpandtab shiftwidth=4: */

0 commit comments

Comments
 (0)
0