Navigation Menu

Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Oct 4, 2012
1 parent b16a844 commit aaf06dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ha_mroonga.cpp
Expand Up @@ -41,12 +41,12 @@
#ifndef WIN32
# include <dirent.h>
# include <unistd.h>
#define MRN_MKDIR(pathname, mode) mkdir((pathname), (mode))
# define MRN_MKDIR(pathname, mode) mkdir((pathname), (mode))
#else
# include <math.h>
inline double round(double x) { return (floor(x + 0.5)); }
# include <direct.h>
#define MRN_MKDIR(pathname, mode) _mkdir((pathname))
# define MRN_MKDIR(pathname, mode) _mkdir((pathname))
#endif

#include "mrn_err.h"
Expand Down

0 comments on commit aaf06dc

Please sign in to comment.