save the position of the sensors in the list
[psensor.git] / src / graph.c
index 0203903..a19bc48 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2012 jeanfi@gmail.com
+ * Copyright (C) 2010-2013 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -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));