diff options
author | Kristian Rietveld <kristian@src.gnome.org> | 2008-02-21 22:54:56 +0000 |
---|---|---|
committer | Kristian Rietveld <kristian@src.gnome.org> | 2008-02-21 22:54:56 +0000 |
commit | f7c14feedebe9dbea552a49d998dfeb56f1f797f (patch) | |
tree | f8942a49775ea7a8772282aa15c9b68ce7042f13 /modules | |
parent | 59379e068cf364dfb1ab4dc4ff1348495ce15df1 (diff) | |
download | pango-f7c14feedebe9dbea552a49d998dfeb56f1f797f.tar.gz |
Oops, fix the coding style. My editor ate the space...
svn path=/trunk/; revision=2572
Diffstat (limited to 'modules')
-rw-r--r-- | modules/basic/basic-atsui.c | 2 |
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); |