Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c0cf282

Browse files
committed
Remove some tabs in C string literals
1 parent c11bd5f commit c0cf282

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/test/modules/oauth_validator/oauth_hook_client.c

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ usage(char *argv[])
3535
printf("usage: %s [flags] CONNINFO\n\n", argv[0]);
3636

3737
printf("recognized flags:\n");
38-
printf(" -h, --help show this message\n");
39-
printf(" --expected-scope SCOPE fail if received scopes do not match SCOPE\n");
40-
printf(" --expected-uri URI fail if received configuration link does not match URI\n");
41-
printf(" --misbehave=MODE have the hook fail required postconditions\n"
42-
" (MODEs: no-hook, fail-async, no-token, no-socket)\n");
43-
printf(" --no-hook don't install OAuth hooks\n");
44-
printf(" --hang-forever don't ever return a token (combine with connect_timeout)\n");
45-
printf(" --token TOKEN use the provided TOKEN value\n");
46-
printf(" --stress-async busy-loop on PQconnectPoll rather than polling\n");
38+
printf(" -h, --help show this message\n");
39+
printf(" --expected-scope SCOPE fail if received scopes do not match SCOPE\n");
40+
printf(" --expected-uri URI fail if received configuration link does not match URI\n");
41+
printf(" --misbehave=MODE have the hook fail required postconditions\n"
42+
" (MODEs: no-hook, fail-async, no-token, no-socket)\n");
43+
printf(" --no-hook don't install OAuth hooks\n");
44+
printf(" --hang-forever don't ever return a token (combine with connect_timeout)\n");
45+
printf(" --token TOKEN use the provided TOKEN value\n");
46+
printf(" --stress-async busy-loop on PQconnectPoll rather than polling\n");
4747
}
4848

4949
/* --options */

0 commit comments

Comments
 (0)