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>
This commit is contained in:
Emil Velikov 2017-07-26 14:56:18 +01:00 committed by Pekka Paalanen
parent 12509e46b7
commit 22be3c7b90

View File

@ -70,9 +70,9 @@ usage(int ret)
fprintf(stderr, " -h, --help display this help and exit.\n" fprintf(stderr, " -h, --help display this help and exit.\n"
" -v, --version print the wayland library version that\n" " -v, --version print the wayland library version that\n"
" the scanner was built against.\n" " the scanner was built against.\n"
" -c, --include-core-only include the core version of the headers,\n" " -c, --include-core-only include the core version of the headers,\n"
" that is e.g. wayland-client-core.h instead\n" " that is e.g. wayland-client-core.h instead\n"
" of wayland-client.h.\n"); " of wayland-client.h.\n");
exit(ret); exit(ret);
} }