[PATCH synaptics 6/9] Fix indentation for the synaptics protocol ops
Peter Hutterer
peter.hutterer at who-t.net
Mon Jun 4 16:49:08 PDT 2012
On Mon, Jun 04, 2012 at 09:52:05AM -0700, Chase Douglas wrote:
> On 05/30/2012 10:20 PM, Peter Hutterer wrote:
> > Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
> > ---
> > src/synaptics.c | 14 +++++---------
> > 1 file changed, 5 insertions(+), 9 deletions(-)
> >
> > diff --git a/src/synaptics.c b/src/synaptics.c
> > index 1b65918..2a79a6d 100644
> > --- a/src/synaptics.c
> > +++ b/src/synaptics.c
> > @@ -147,20 +147,16 @@ const static struct {
> > struct SynapticsProtocolOperations *proto_ops;
> > } protocols[] = {
> > #ifdef BUILD_EVENTCOMM
> > - {
> > - "event", &event_proto_operations},
> > + { "event", &event_proto_operations},
>
> Do you mean to have unbalanced spacing between the braces?
>
> "{ blah, blah}" vs "{ blah, blah }" or "{blah, blah}"?
amended to the version with spaces, thanks.
Cheers,
Peter
>
> I don't have a preference other than having balance.
>
> -- Chase
More information about the xorg-devel
mailing list