diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2007-07-17 02:48:16 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2007-07-17 02:48:16 +0200 |
| commit | 77baf26a7f2f64ddf1274035fd4991ab17345904 (patch) | |
| tree | 1b7719e8dd6785bbedca505c53ce3cfcf398fff0 /tests/aspect.c | |
| parent | e5a797f10d61e33f5d02c2d276f615ea3a00793f (diff) | |
remove trailing whitespace
Diffstat (limited to 'tests/aspect.c')
| -rw-r--r-- | tests/aspect.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/aspect.c b/tests/aspect.c index f303deb7..1ae3a859 100644 --- a/tests/aspect.c +++ b/tests/aspect.c @@ -43,7 +43,7 @@ int main () { x, y, w, h, 10, CopyFromParent, CopyFromParent, CopyFromParent, xswamask, &xswa); - XSetWindowBackground(display,win,WhitePixel(display,0)); + XSetWindowBackground(display,win,WhitePixel(display,0)); size.flags = PAspect; size.min_aspect.x = 3; @@ -51,7 +51,7 @@ int main () { size.max_aspect.x = 3; size.max_aspect.y = 3; XSetWMNormalHints(display, win, &size); - + XMapWindow(display, win); XFlush(display); |
