made some whitespacing consistent. 63c9e30a
Sander van Dijk · 2008-03-23 21:11 1 file(s) · +3 −3
dmenu.c +3 −3
295 295
296 296
	for(len = 1000; len; len--) {
297 297
		if(XGrabKeyboard(dpy, root, True, GrabModeAsync, GrabModeAsync, CurrentTime)
298 -
			== GrabSuccess)
298 +
		== GrabSuccess)
299 299
			break;
300 300
		usleep(1000);
301 301
	}
361 361
		}
362 362
	}
363 363
	if(IsFunctionKey(ksym) || IsKeypadKey(ksym)
364 -
			|| IsMiscFunctionKey(ksym) || IsPFKey(ksym)
365 -
			|| IsPrivateKeypadKey(ksym))
364 +
	|| IsMiscFunctionKey(ksym) || IsPFKey(ksym)
365 +
	|| IsPrivateKeypadKey(ksym))
366 366
		return;
367 367
	/* first check if a control mask is omitted */
368 368
	if(e->state & ControlMask) {