Navigation Menu

Skip to content

Commit

Permalink
indent #ifdef ... #endif section.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 21, 2011
1 parent e8d1a45 commit 6da9131
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ha_mroonga.cc
Expand Up @@ -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>
Expand Down

0 comments on commit 6da9131

Please sign in to comment.