code styling
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 25 Sep 2011 21:09:11 +0000 (21:09 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sun, 25 Sep 2011 21:09:11 +0000 (21:09 +0000)
src/graph.c

index 5df551c..3af4949 100644 (file)
@@ -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++) {