mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
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
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue