Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
singpolyma committed Nov 1, 2011
1 parent 2c8bfd2 commit 3218350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thingmenu.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ void
drawentry(Entry *e)
{
int x, y, h, len;
XRectangle r = { e->x, e->y, e->w, e->h};
XRectangle r = { e->x, e->y, e->w, e->h };
const char *l;
ulong *col;

Expand Down

0 comments on commit 3218350

Please sign in to comment.