Skip to content

Commit

Permalink
scanner: use tabs for indentation.
Browse files Browse the repository at this point in the history
File uses tabs, barring the few instances fixed with this patch.

Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Pekka Paalanen <[email protected]>
  • Loading branch information
evelikov-work authored and ppaalanen committed Aug 18, 2017
1 parent 12509e4 commit 22be3c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/scanner.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 22be3c7

Please sign in to comment.