Kouhei Sutou
null+****@clear*****
Thu Oct 4 10:26:36 JST 2012
Kouhei Sutou 2011-07-04 23:36:10 +0900 (Mon, 04 Jul 2011) New Revision: 1f112cc447cd0b339e95f2c17591908490fee4d9 https://github.com/mroonga/mroonga/commit/1f112cc447cd0b339e95f2c17591908490fee4d9 Log: indent #include in #if .. #end. Modified files: mrn_table.cc Modified: mrn_table.cc (+8 -8) =================================================================== --- mrn_table.cc 2011-07-04 23:21:29 +0900 (8552240) +++ mrn_table.cc 2011-07-04 23:36:10 +0900 (a8e2b4e) @@ -32,15 +32,15 @@ #define MYSQL_SERVER 1 #include "mysql_version.h" #if MYSQL_VERSION_ID < 50500 -#include "mysql_priv.h" -#include <mysql/plugin.h> +# include "mysql_priv.h" +# include <mysql/plugin.h> #else -#include "sql_priv.h" -#include "probes_mysql.h" -#include "sql_class.h" -#include "sql_partition.h" -#include "sql_servers.h" -#include "sql_base.h" +# include "sql_priv.h" +# include "probes_mysql.h" +# include "sql_class.h" +# include "sql_partition.h" +# include "sql_servers.h" +# include "sql_base.h" #endif #include "mrn_err.h" #include "mrn_sys.h" -------------- next part -------------- HTML����������������������������...Download