summaryrefslogtreecommitdiff
path: root/tests/groupmodal.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2007-07-17 02:48:16 +0200
committerMikael Magnusson <mikachu@comhem.se>2007-07-17 02:48:16 +0200
commit77baf26a7f2f64ddf1274035fd4991ab17345904 (patch)
tree1b7719e8dd6785bbedca505c53ce3cfcf398fff0 /tests/groupmodal.c
parente5a797f10d61e33f5d02c2d276f615ea3a00793f (diff)
remove trailing whitespace
Diffstat (limited to 'tests/groupmodal.c')
-rw-r--r--tests/groupmodal.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/groupmodal.c b/tests/groupmodal.c
index 0f670c51..12057eb9 100644
--- a/tests/groupmodal.c
+++ b/tests/groupmodal.c
@@ -49,8 +49,8 @@ int main () {
0,0,100,100, 10, CopyFromParent, CopyFromParent,
CopyFromParent, 0, 0);
- XSetWindowBackground(display,one,WhitePixel(display,0));
- XSetWindowBackground(display,two,BlackPixel(display,0));
+ XSetWindowBackground(display,one,WhitePixel(display,0));
+ XSetWindowBackground(display,two,BlackPixel(display,0));
XSetTransientForHint(display, two, RootWindow(display,0));
XChangeProperty(display, two, state, XA_ATOM, 32,
@@ -65,7 +65,7 @@ int main () {
XSetWMHints(display, two, wmhints);
XFree(wmhints);
-
+
XMapWindow(display, one);
XFlush(display);
sleep(1);