mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-15 05:25:53 +01:00
Code cleaning: removing trailing space
The patch is removing trailing space(s) before the semicolon ending line. .c and .h files were checked.
This commit is contained in:
committed by
Carlos R. Mafra
parent
a9e336256b
commit
64a8ecb390
@@ -622,7 +622,7 @@ static void paintText(Text * tPtr)
|
||||
TextBlock *tb;
|
||||
WMFont *font;
|
||||
const char *text;
|
||||
int len, y, c, s, done = False, dir /* 1 = down */ ;
|
||||
int len, y, c, s, done = False, dir; /* dir 1 = down */
|
||||
WMScreen *scr = tPtr->view->screen;
|
||||
Display *dpy = tPtr->view->screen->display;
|
||||
Window win = tPtr->view->window;
|
||||
|
||||
Reference in New Issue
Block a user