From: Jean-Philippe Orsini Date: Sun, 25 Sep 2011 21:09:11 +0000 (+0000) Subject: code styling X-Git-Tag: v0.8.0.5~643 X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=7898ec6963b91d252a684bbbcf8d3d4d678dbeb0 code styling --- diff --git a/src/graph.c b/src/graph.c index 5df551c..3af4949 100644 --- a/src/graph.c +++ b/src/graph.c @@ -158,7 +158,7 @@ static void draw_sensor_curve(struct psensor *s, s->color->f_red, s->color->f_green, s->color->f_blue); - cairo_set_line_join (cr, CAIRO_LINE_JOIN_ROUND); + cairo_set_line_join(cr, CAIRO_LINE_JOIN_ROUND); cairo_set_line_width(cr, 1); for (i = 0; i < s->values_max_length; i++) {