Re: [PATCH wayland] scanner: Replace #define tab with space

2016-06-07 Thread Pekka Paalanen
On Fri, 27 May 2016 08:55:23 +0200 Quentin Glidic wrote: > On 24/05/2016 21:55, Yong Bakos wrote: > > From: Yong Bakos > > > > 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.

Re: [PATCH wayland] scanner: Replace #define tab with space

2016-05-26 Thread Quentin Glidic
On 24/05/2016 21:55, Yong Bakos wrote: From: Yong Bakos 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, a

[PATCH wayland] scanner: Replace #define tab with space

2016-05-24 Thread Yong Bakos
From: Yong Bakos 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