scanner: Replace #define tab with space
authorYong Bakos <ybakos@humanoriented.com>
Tue, 24 May 2016 19:55:12 +0000 (13:55 -0600)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Tue, 7 Jun 2016 13:30:22 +0000 (16:30 +0300)
commit0cc2eb9ef0e5a8c6fc21916421e6db81d6460b02
treecb217ab52327ddb517fdd0768c9bec2fe706c28d
parent826b16641ade360ee3d68f96eac168e08b56daae
scanner: Replace #define tab with space

wayland-client-protocol.h and wayland-server-protocol.h use a tab
between the identifier and token of generated #defines for request/event
opcodes and versions. While this sometimes enables vertical alignment,
it more frequently doesn't, and leads to awkward spacing.

Replace the tab with a space, for consistency and readability.

Signed-off-by: Yong Bakos <ybakos@humanoriented.com>
Reviewed-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Tested-by: Quentin Glidic <sardemff7+git@sardemff7.net>
src/scanner.c