Kouhei Sutou
null+****@clear*****
Thu Oct 4 10:25:58 JST 2012
Kouhei Sutou 2011-06-21 12:16:42 +0900 (Tue, 21 Jun 2011) New Revision: 6da9131a36f788f2ff85a741636ac286e7af366a https://github.com/mroonga/mroonga/commit/6da9131a36f788f2ff85a741636ac286e7af366a Log: indent #ifdef ... #endif section. Modified files: ha_mroonga.cc Modified: ha_mroonga.cc (+9 -9) =================================================================== --- ha_mroonga.cc 2011-06-21 12:16:14 +0900 (82b669a) +++ ha_mroonga.cc 2011-06-21 12:16:42 +0900 (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> -------------- next part -------------- HTML����������������������������...Download