From: Jens Axboe Date: Fri, 23 Mar 2012 07:18:57 +0000 (+0100) Subject: graph: indentation fixup X-Git-Tag: gfio-0.1~53 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=4e14f0181e1c0cc59a55601011ba7bc73e4c5b20 graph: indentation fixup Use tabs, not spaces. Signed-off-by: Jens Axboe --- diff --git a/graph.c b/graph.c index 841bab64..415c676c 100644 --- a/graph.c +++ b/graph.c @@ -345,8 +345,8 @@ static void draw_vertical_centered_text(struct graph *g, cairo_t *cr, double x, static void graph_draw_common(struct graph *g, cairo_t *cr, double *x1, double *y1, double *x2, double *y2) { - cairo_set_source_rgb(cr, 0, 0, 0); - cairo_set_line_width (cr, 0.8); + cairo_set_source_rgb(cr, 0, 0, 0); + cairo_set_line_width (cr, 0.8); *x1 = 0.10 * g->xdim; *x2 = 0.95 * g->xdim;