fixed >80col
authorJean-Philippe Orsini <jeanfi@gmail.com>
Fri, 12 Oct 2012 05:56:12 +0000 (05:56 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Fri, 12 Oct 2012 05:56:12 +0000 (05:56 +0000)
src/graph.c

index 0203903..f5d0d5a 100644 (file)
@@ -385,7 +385,9 @@ graph_update(struct psensor **sensors,
                }
 
                if (no_graphs)
-                       display_no_graphs_warning(cr, g_xoff + 12, g_height /2);
+                       display_no_graphs_warning(cr,
+                                                 g_xoff + 12,
+                                                 g_height / 2);
        }
 
        cr_pixmap = gdk_cairo_create(gtk_widget_get_window(w_graph));