Revision: 6504
Author: ek.kato
Date: Thu Jul 15 00:08:59 2010
Log: * helper/pref-gtk.c : Cosmetic changes.

http://code.google.com/p/uim/source/detail?r=6504

Modified:
 /trunk/helper/pref-gtk.c

=======================================
--- /trunk/helper/pref-gtk.c    Sun Apr  4 20:35:54 2010
+++ /trunk/helper/pref-gtk.c    Thu Jul 15 00:08:59 2010
@@ -606,7 +606,7 @@
 }

 int
-main (int argc, char *argv[])
+main(int argc, char *argv[])
 {
   setlocale(LC_ALL, "");
   bindtextdomain(PACKAGE, LOCALEDIR);
@@ -614,7 +614,6 @@
   bind_textdomain_codeset(PACKAGE, "UTF-8");

   gtk_set_locale();
-
   gtk_init(&argc, &argv);

   if (uim_init() < 0) {
@@ -626,11 +625,8 @@
     GtkWidget *pref;

     im_uim_init_modifier_keys();
-
     gtk_idle_add((GtkFunction) check_dot_uim_file, NULL);
-
     pref = create_pref_window();
-
     gtk_widget_show_all(pref);

     gtk_main();

Reply via email to