summaryrefslogtreecommitdiff
path: root/boilerplate/cairo-boilerplate-scaled-font.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 /boilerplate/cairo-boilerplate-scaled-font.h
parent616e35d1fae703dc118ce503d25d4f57cfd16dfd (diff)
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 'boilerplate/cairo-boilerplate-scaled-font.h')
-rw-r--r--boilerplate/cairo-boilerplate-scaled-font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/boilerplate/cairo-boilerplate-scaled-font.h b/boilerplate/cairo-boilerplate-scaled-font.h
index 4d27cd0f..a7ba2fed 100644
--- a/boilerplate/cairo-boilerplate-scaled-font.h
+++ b/boilerplate/cairo-boilerplate-scaled-font.h
@@ -29,6 +29,6 @@
void
cairo_boilerplate_scaled_font_set_max_glyphs_cached (cairo_scaled_font_t *scaled_font,
- int max_glyphs);
+ int max_glyphs);
#endif