diff options
| author | Emil Velikov <emil.velikov@collabora.com> | 2017-07-26 14:56:18 +0100 |
|---|---|---|
| committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2017-08-18 14:55:35 +0300 |
| commit | 22be3c7b90ef6156f7793d36d341777222d5e36c (patch) | |
| tree | 63ef294a665f41e39ebc4c7fefcf81db49b88d47 /src/scanner.c | |
| parent | scanner: remove unused scanner.mk (diff) | |
| download | wayland-22be3c7b90ef6156f7793d36d341777222d5e36c.tar wayland-22be3c7b90ef6156f7793d36d341777222d5e36c.tar.gz wayland-22be3c7b90ef6156f7793d36d341777222d5e36c.tar.bz2 wayland-22be3c7b90ef6156f7793d36d341777222d5e36c.tar.lz wayland-22be3c7b90ef6156f7793d36d341777222d5e36c.tar.xz wayland-22be3c7b90ef6156f7793d36d341777222d5e36c.tar.zst wayland-22be3c7b90ef6156f7793d36d341777222d5e36c.zip | |
scanner: use tabs for indentation.
File uses tabs, barring the few instances fixed with this patch.
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Diffstat (limited to 'src/scanner.c')
| -rw-r--r-- | src/scanner.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/scanner.c b/src/scanner.c index 517068c..c345ed6 100644 --- a/src/scanner.c +++ b/src/scanner.c @@ -70,9 +70,9 @@ usage(int ret) fprintf(stderr, " -h, --help display this help and exit.\n" " -v, --version print the wayland library version that\n" " the scanner was built against.\n" - " -c, --include-core-only include the core version of the headers,\n" - " that is e.g. wayland-client-core.h instead\n" - " of wayland-client.h.\n"); + " -c, --include-core-only include the core version of the headers,\n" + " that is e.g. wayland-client-core.h instead\n" + " of wayland-client.h.\n"); exit(ret); } |
