From: Jean-Philippe Orsini Date: Fri, 12 Oct 2012 05:56:12 +0000 (+0000) Subject: fixed >80col X-Git-Tag: v0.8.0.5~185 X-Git-Url: http://wpitchoune.net/gitweb/?a=commitdiff_plain;h=8865a607fb59810cbb9ced7a120bed63ffa67589;p=psensor.git fixed >80col --- diff --git a/src/graph.c b/src/graph.c index 0203903..f5d0d5a 100644 --- a/src/graph.c +++ b/src/graph.c @@ -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));