]> Dogcows Code - chaz/openbox/blobdiff - tests/modal2.c
remove trailing whitespace
[chaz/openbox] / tests / modal2.c
index ff8316f78df12d544737e297ff41d58a0a935b7f..e7afb9b0800915cc7ab32d844d60689c3e049917 100644 (file)
@@ -46,11 +46,11 @@ int main () {
                        x, y, w/2, h/2, 10, CopyFromParent, CopyFromParent,
                        CopyFromParent, 0, 0);
 
-  XSetWindowBackground(display,parent,WhitePixel(display,0)); 
-  XSetWindowBackground(display,child,BlackPixel(display,0)); 
+  XSetWindowBackground(display,parent,WhitePixel(display,0));
+  XSetWindowBackground(display,child,BlackPixel(display,0));
 
   XSetTransientForHint(display, child, parent);
-  
+
   XMapWindow(display, parent);
   XMapWindow(display, child);
   XFlush(display);
@@ -65,7 +65,7 @@ int main () {
   ce.xclient.data.l[2] = 0;
   XSendEvent(display, RootWindow(display, DefaultScreen(display)),
             False, SubstructureNotifyMask | SubstructureRedirectMask, &ce);
-  
+
   while (1) {
     XNextEvent(display, &report);
   }
This page took 0.022928 seconds and 4 git commands to generate.