[Groonga-mysql-commit] mroonga/mroonga [master] indent #ifdef ... #endif section.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 6月 21日 (火) 12:16:42 JST


Kouhei Sutou	2011-06-21 03:16:42 +0000 (Tue, 21 Jun 2011)

  New Revision: 6da9131a36f788f2ff85a741636ac286e7af366a

  Log:
    indent #ifdef ... #endif section.

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+9 -9)
===================================================================
--- ha_mroonga.cc    2011-06-21 03:16:14 +0000 (82b669a)
+++ ha_mroonga.cc    2011-06-21 03:16:42 +0000 (e51055c)
@@ -39,16 +39,16 @@
 #include "mysql_version.h"
 
 #ifdef MYSQL51
-#include <mysql_priv.h>
-#include <mysql/plugin.h>
+#  include <mysql_priv.h>
+#  include <mysql/plugin.h>
 #else /* MYSQL51 */
-#include <sql_priv.h>
-#include <sql_class.h>
-#include <probes_mysql.h>
-#include <sql_plugin.h>
-#include <sql_show.h>
-#include <sql_partition.h>
-#include <key.h>
+#  include <sql_priv.h>
+#  include <sql_class.h>
+#  include <probes_mysql.h>
+#  include <sql_plugin.h>
+#  include <sql_show.h>
+#  include <sql_partition.h>
+#  include <key.h>
 #endif
 #include <sql_select.h>
 #include <ft_global.h>




Groonga-mysql-commit メーリングリストの案内
Back to archive index