minor style fix d5ce8df9
Hiltjo Posthuma · 2015-09-28 00:38 1 file(s) · +2 −1
dmenu.c +2 −1
7 7
#include <string.h>
8 8
#include <strings.h>
9 9
#include <time.h>
10 +
10 11
#include <X11/Xlib.h>
11 12
#include <X11/Xatom.h>
12 13
#include <X11/Xutil.h>
622 623
		if (!strcmp(argv[i], "-v")) {      /* prints version information */
623 624
			puts("dmenu-"VERSION);
624 625
			exit(0);
625 -
		} else if (!strcmp(argv[i], "-b"))   /* appears at the bottom of the screen */
626 +
		} else if (!strcmp(argv[i], "-b")) /* appears at the bottom of the screen */
626 627
			topbar = false;
627 628
		else if (!strcmp(argv[i], "-f"))   /* grabs keyboard before reading stdin */
628 629
			fast = true;