Fix coding style.
authorPeng Huang <shawn.p.huang@gmail.com>
Tue, 1 Jun 2010 13:40:47 +0000 (21:40 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Tue, 1 Jun 2010 13:40:47 +0000 (21:40 +0800)
src/ibusenginedesc.h

index 08141cd..df77400 100644 (file)
@@ -149,7 +149,7 @@ IBusEngineDesc  *ibus_engine_desc_new_from_xml_node
  * Output XML-formatted input method engine description.
  * The result will be append to GString specified in @output.
  */
-void             ibus_engine_desc_output        (IBusEngineDesc  *info,
+void             ibus_engine_desc_output        (IBusEngineDesc *info,
                                                  GString        *output,
                                                  gint            indent);
 G_END_DECLS