summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-07-21 11:26:31 +0000
committerCarl Worth <cworth@cworth.org>2005-07-21 11:26:31 +0000
commita3ad7dc0b9f3495d7797653ba2ffb326e92393fa (patch)
tree59dabc35eab2625293a5174cabd99faf34e56eb3
parent9c6299c164e567311816a129125cf3a86148c018 (diff)
downloadcairo-a3ad7dc0b9f3495d7797653ba2ffb326e92393fa.tar.gz
Whitespace fixes.
-rw-r--r--ChangeLog5
-rw-r--r--src/cairo-ft.h5
-rw-r--r--src/cairo-quartz.h6
3 files changed, 11 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index f06871e97..093fd5bab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-21 Carl Worth <cworth@cworth.org>
+
+ * src/cairo-ft.h:
+ * src/cairo-quartz.h: Whitespace fixes.
+
2005-07-21 David Reveman <davidr@novell.com>
* src/cairo-glitz-surface.c (_cairo_glitz_area_move_out): Check if
diff --git a/src/cairo-ft.h b/src/cairo-ft.h
index 3a065c02e..3bdbae1bd 100644
--- a/src/cairo-ft.h
+++ b/src/cairo-ft.h
@@ -52,8 +52,9 @@ CAIRO_BEGIN_DECLS
cairo_font_face_t *
cairo_ft_font_face_create_for_pattern (FcPattern *pattern);
-void cairo_ft_font_options_substitute (const cairo_font_options_t *options,
- FcPattern *pattern);
+void
+cairo_ft_font_options_substitute (const cairo_font_options_t *options,
+ FcPattern *pattern);
cairo_font_face_t *
cairo_ft_font_face_create_for_ft_face (FT_Face face,
diff --git a/src/cairo-quartz.h b/src/cairo-quartz.h
index 6f59f6a79..dd929b297 100644
--- a/src/cairo-quartz.h
+++ b/src/cairo-quartz.h
@@ -46,9 +46,9 @@
CAIRO_BEGIN_DECLS
cairo_surface_t *
-cairo_quartz_surface_create ( CGContextRef context,
- int width,
- int height);
+cairo_quartz_surface_create (CGContextRef context,
+ int width,
+ int height);
CAIRO_END_DECLS