]> Dogcows Code - chaz/openbox/blobdiff - openbox/menuframe.c
Remove double newlines.
[chaz/openbox] / openbox / menuframe.c
index ac1d88d5f8dab9ff521863151158fb969800452d..a9b544081fb110a88f9da17ce17c6ada88c2640f 100644 (file)
@@ -696,7 +696,6 @@ void menu_frame_render(ObMenuFrame *self)
         XSetWindowBorder(ob_display, e->window,
                          RrColorPixel(ob_rr_theme->menu_border_color));
 
-
         text_a = (e->entry->type == OB_MENU_ENTRY_TYPE_NORMAL &&
                   !e->entry->data.normal.enabled ?
                   /* disabled */
@@ -1086,7 +1085,6 @@ void menu_frame_hide_all_client(ObClient *client)
     }
 }
 
-
 ObMenuFrame* menu_frame_under(gint x, gint y)
 {
     ObMenuFrame *ret = NULL;
This page took 0.020473 seconds and 4 git commands to generate.