Navigation Menu

Skip to content

Commit

Permalink
indent #include in #if .. #end.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 4, 2011
1 parent 5a1d7bd commit 1f112cc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions mrn_table.cc
Expand Up @@ -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"
Expand Down

0 comments on commit 1f112cc

Please sign in to comment.