[Kazehakase-cvs] CVS update: kazehakase/src

Back to archive index

Kouhei Sutou kous****@users*****
Thu Mar 15 21:33:04 JST 2007


Index: kazehakase/src/kz-app.c
diff -u kazehakase/src/kz-app.c:1.29 kazehakase/src/kz-app.c:1.30
--- kazehakase/src/kz-app.c:1.29	Thu Mar 15 11:41:59 2007
+++ kazehakase/src/kz-app.c	Thu Mar 15 21:33:04 2007
@@ -19,7 +19,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#	include "config.h"
+#  include "config.h"
 #endif /* HAVE_CONFIG_H */
 
 #include "kz-app.h"
@@ -32,13 +32,15 @@
 GCRY_THREAD_OPTION_PTHREAD_IMPL;
 #endif
 #ifdef HAVE_LIBSM
-#include <X11/SM/SMlib.h>
-#include <X11/ICE/ICElib.h>
-#ifdef G_OS_UNIX
-#include <sys/types.h>
-#include <unistd.h>
-#endif
-#include <fcntl.h>
+#  include <X11/SM/SMlib.h>
+#  include <X11/ICE/ICElib.h>
+#  ifdef G_OS_UNIX
+#     include <sys/types.h>
+#  endif
+#  ifdef HAVE_UNISTD_H
+#    include <unistd.h>
+#  endif
+#  include <fcntl.h>
 #endif /* HAVE_LIBSM */
 
 #include <glib/gi18n.h>


More information about the Kazehakase-cvs mailing list
Back to archive index