Remove some tabs in C string literals
authorPeter Eisentraut <[email protected]>
Sun, 4 May 2025 11:04:46 +0000 (13:04 +0200)
committerPeter Eisentraut <[email protected]>
Wed, 7 May 2025 06:23:44 +0000 (08:23 +0200)
src/test/modules/oauth_validator/oauth_hook_client.c

index 9f553792c05ea4ed2026d76d98d12d8b85ff6678..15d0cf938a824516ebe7d14ba707b3f67a77106b 100644 (file)
@@ -35,15 +35,15 @@ usage(char *argv[])
    printf("usage: %s [flags] CONNINFO\n\n", argv[0]);
 
    printf("recognized flags:\n");
-   printf(" -h, --help             show this message\n");
-   printf(" --expected-scope SCOPE fail if received scopes do not match SCOPE\n");
-   printf(" --expected-uri URI     fail if received configuration link does not match URI\n");
-   printf(" --misbehave=MODE       have the hook fail required postconditions\n"
-          "                        (MODEs: no-hook, fail-async, no-token, no-socket)\n");
-   printf(" --no-hook              don't install OAuth hooks\n");
-   printf(" --hang-forever         don't ever return a token (combine with connect_timeout)\n");
-   printf(" --token TOKEN          use the provided TOKEN value\n");
-   printf(" --stress-async         busy-loop on PQconnectPoll rather than polling\n");
+   printf("  -h, --help              show this message\n");
+   printf("  --expected-scope SCOPE  fail if received scopes do not match SCOPE\n");
+   printf("  --expected-uri URI      fail if received configuration link does not match URI\n");
+   printf("  --misbehave=MODE        have the hook fail required postconditions\n"
+          "                          (MODEs: no-hook, fail-async, no-token, no-socket)\n");
+   printf("  --no-hook               don't install OAuth hooks\n");
+   printf("  --hang-forever          don't ever return a token (combine with connect_timeout)\n");
+   printf("  --token TOKEN           use the provided TOKEN value\n");
+   printf("  --stress-async          busy-loop on PQconnectPoll rather than polling\n");
 }
 
 /* --options */