Navigation Menu

Skip to content

Commit

Permalink
remove a trailing space.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 23, 2011
1 parent b698bf7 commit 79334fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cc
Expand Up @@ -1570,7 +1570,7 @@ int ha_mroonga::storage_create(const char *name, TABLE *table,
} else if (!is_id) {
tbl_flags |= GRN_OBJ_TABLE_PAT_KEY;
} else {
// for _id
// for _id
tbl_flags |= GRN_OBJ_TABLE_NO_KEY;
pkey_type = NULL;
}
Expand Down

0 comments on commit 79334fd

Please sign in to comment.