Navigation Menu

Skip to content

Commit

Permalink
Add an empty line after logging related variables
Browse files Browse the repository at this point in the history
It is for creating a block for logging related variables. It increases
readability.
  • Loading branch information
kou committed Jul 12, 2013
1 parent 283161d commit ed198de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ha_mroonga.cpp
Expand Up @@ -444,6 +444,7 @@ static FILE *mrn_log_file = NULL;
static bool mrn_log_file_opened = false;
static grn_log_level mrn_log_level_default = GRN_LOG_DEFAULT_LEVEL;
static ulong mrn_log_level = mrn_log_level_default;

char *mrn_default_parser = NULL;
char *mrn_default_wrapper_engine = NULL;
static char *mrn_database_path_prefix = NULL;
Expand Down

0 comments on commit ed198de

Please sign in to comment.