summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Rietveld <kristian@src.gnome.org>2008-02-21 22:54:56 +0000
committerKristian Rietveld <kristian@src.gnome.org>2008-02-21 22:54:56 +0000
commitf7c14feedebe9dbea552a49d998dfeb56f1f797f (patch)
treef8942a49775ea7a8772282aa15c9b68ce7042f13
parent59379e068cf364dfb1ab4dc4ff1348495ce15df1 (diff)
downloadpango-f7c14feedebe9dbea552a49d998dfeb56f1f797f.tar.gz
Oops, fix the coding style. My editor ate the space...
svn path=/trunk/; revision=2572
-rw-r--r--modules/basic/basic-atsui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/basic/basic-atsui.c b/modules/basic/basic-atsui.c
index fac25397..8160a404 100644
--- a/modules/basic/basic-atsui.c
+++ b/modules/basic/basic-atsui.c
@@ -163,7 +163,7 @@ basic_engine_shape (PangoEngineShape *engine,
ATSUDirectReleaseLayoutDataArrayPtr (NULL, kATSUDirectDataLayoutRecordATSLayoutRecordCurrent,
(void *)&layout_records);
- ATSUDisposeStyle(style);
+ ATSUDisposeStyle (style);
ATSUDisposeTextLayout (text_layout);
g_free (utf16);