Navigation Menu

Skip to content

Commit

Permalink
fix indent.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 13, 2011
1 parent d30e66a commit f0a5c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cc
Expand Up @@ -214,7 +214,7 @@ TYPELIB mrn_log_level_typelib=
};

static void mrn_log_level_update(THD *thd, struct st_mysql_sys_var *var,
void *var_ptr, const void *save)
void *var_ptr, const void *save)
{
MRN_DBUG_ENTER_FUNCTION();
ulong new_value = *(ulong*) save;
Expand Down

0 comments on commit f0a5c4e

Please sign in to comment.