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:
parent
12509e46b7
commit
22be3c7b90
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user