rm empty line
authorDana Jansens <danakj@orodu.net>
Wed, 3 Sep 2003 07:26:44 +0000 (07:26 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 3 Sep 2003 07:26:44 +0000 (07:26 +0000)
openbox/menuframe.c

index d30262c..f479639 100644 (file)
@@ -30,7 +30,6 @@ static Window createWindow(Window parent, unsigned long mask,
     return XCreateWindow(ob_display, parent, 0, 0, 1, 1, 0,
                         RrDepth(ob_rr_inst), InputOutput,
                          RrVisual(ob_rr_inst), mask, attrib);
-                       
 }
 
 ObMenuFrame* menu_frame_new(ObMenu *menu, ObClient *client)