Eric Pruitt wrote:
> @@ -944,40 +944,36 @@ void
>  grabbuttons(Client *c, int focused)
>  {
>       updatenumlockmask();
> -     {
> -             unsigned int i, j;
> -             unsigned int modifiers[] = { 0, LockMask, numlockmask, 
> numlockmask|LockMask };
> …
> +     unsigned int i, j;
> +     unsigned int modifiers[] = { 0, LockMask, numlockmask, 
> numlockmask|LockMask };

Heyho Eric,

you should shift the declarations above the updatenumlockmask() call acording to
"Do not mix declarations and code" from http://suckless.org/coding_style. The
same for the second removed pair of braces.

--Markus

Reply via email to