Oops, fix the coding style. My editor ate the space...
authorKristian Rietveld <kristian@src.gnome.org>
Thu, 21 Feb 2008 22:54:56 +0000 (22:54 +0000)
committerKristian Rietveld <kristian@src.gnome.org>
Thu, 21 Feb 2008 22:54:56 +0000 (22:54 +0000)
svn path=/trunk/; revision=2572

modules/basic/basic-atsui.c

index fac2539..8160a40 100644 (file)
@@ -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);