Navigation Menu

Skip to content

Commit

Permalink
cleanup style.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 14, 2012
1 parent f913943 commit 3dd69d1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ha_mroonga.cc
Expand Up @@ -2344,8 +2344,10 @@ int ha_mroonga::storage_create(const char *name, TABLE *table,
grn_obj *table_obj;
char table_name[MRN_MAX_PATH_SIZE];
char decode_name[MRN_MAX_PATH_SIZE];
mrn_decode((uchar *) decode_name, (uchar *) decode_name + MRN_MAX_PATH_SIZE,
(const uchar *) name, (const uchar *) name + strlen(name));
mrn_decode((uchar *)decode_name,
(uchar *)decode_name + MRN_MAX_PATH_SIZE,
(const uchar *)name,
(const uchar *)name + strlen(name));
mrn_table_name_gen(decode_name, table_name);
int table_name_len = strlen(table_name);

Expand Down

0 comments on commit 3dd69d1

Please sign in to comment.