summaryrefslogtreecommitdiff
path: root/perf/cairo-perf-graph.h
diff options
context:
space:
mode:
authorM Joonas Pihlaja <jpihlaja@cc.helsinki.fi>2010-06-24 14:59:18 +0300
committerM Joonas Pihlaja <jpihlaja@cc.helsinki.fi>2010-06-24 15:02:53 +0300
commitb036a09972a19e63a85a4661a457525e2abe4026 (patch)
tree660c24352ee1e32b10556c3938bee09964d9a45a /perf/cairo-perf-graph.h
parent616e35d1fae703dc118ce503d25d4f57cfd16dfd (diff)
downloadcairo-b036a09972a19e63a85a4661a457525e2abe4026.tar.gz
whitespace: Fixup formal arguments and tabs in boilerplate/ and perf/.
Ran a script to align the formal parameters of functions and collapse spaces to tabs in code.
Diffstat (limited to 'perf/cairo-perf-graph.h')
-rw-r--r--perf/cairo-perf-graph.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/perf/cairo-perf-graph.h b/perf/cairo-perf-graph.h
index 62bf30fce..4cb62165f 100644
--- a/perf/cairo-perf-graph.h
+++ b/perf/cairo-perf-graph.h
@@ -52,10 +52,10 @@ GtkWidget *
graph_view_new (void);
void
-graph_view_set_reports (GraphView *gv,
- test_case_t *tests,
- cairo_perf_report_t *reports,
- int num_reports);
+graph_view_set_reports (GraphView *gv,
+ test_case_t *tests,
+ cairo_perf_report_t *reports,
+ int num_reports);
void
graph_view_update_visible (GraphView *gv);