[PATCH synaptics 6/9] Fix indentation for the synaptics protocol ops

Chase Douglas chase.douglas at canonical.com
Mon Jun 4 09:52:05 PDT 2012


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}"?

I don't have a preference other than having balance.

-- Chase


More information about the xorg-devel mailing list