style (whitespaces)

ok oga, okan
This commit is contained in:
tobias 2009-11-28 17:52:12 +00:00
parent afaf69cefc
commit 42bf29fb20
5 changed files with 7 additions and 7 deletions

View File

@ -441,7 +441,7 @@ client_draw_border(struct client_ctx *cc)
static void
client_update(struct client_ctx *cc)
{
Atom *p;
Atom *p;
int i;
long n;
@ -694,10 +694,10 @@ client_getsizehints(struct client_ctx *cc)
cc->geom.inch = MAX(1, cc->geom.inch);
if (cc->size->flags & PAspect) {
if (cc->size->min_aspect.x > 0)
if (cc->size->min_aspect.x > 0)
cc->geom.mina = (float)cc->size->min_aspect.y /
cc->size->min_aspect.x;
if (cc->size->max_aspect.y > 0)
if (cc->size->max_aspect.y > 0)
cc->geom.maxa = (float)cc->size->max_aspect.x /
cc->size->max_aspect.y;
}

View File

@ -386,7 +386,7 @@ kbfunc_client_label(struct client_ctx *cc, union arg *arg)
char *current;
TAILQ_INIT(&menuq);
current = cc->label;
if ((mi = menu_filter(&menuq, "label", current, 1,

2
menu.c
View File

@ -336,7 +336,7 @@ menu_draw(struct screen_ctx *sc, struct menu_ctx *mc, struct menu_q *menuq,
mi->print : mi->text;
font_draw(sc, text, MIN(strlen(text), MENU_MAXENTRY),
sc->menuwin, 0, n*font_height() + font_ascent() + 1);
sc->menuwin, 0, n * font_height() + font_ascent() + 1);
n++;
}

View File

@ -77,7 +77,7 @@ screen_init_xinerama(struct screen_ctx *sc)
HasXinerama = 0;
sc->xinerama_no = 0;
}
info = XineramaQueryScreens(X_Dpy, &no);
if (info == NULL) {
/* Is xinerama actually off, instead of a malloc failure? */

View File

@ -375,7 +375,7 @@ xev_handle_randr(XEvent *ee)
}
}
/*
/*
* Called when the keymap has changed.
* Ungrab all keys, reload keymap and then regrab
*/