Navigation Menu

Skip to content

Commit

Permalink
Remove a needless space
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 19, 2013
1 parent c41f474 commit f9a5a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util.c
Expand Up @@ -592,7 +592,7 @@ grn_table_normalizer_inspect(grn_ctx *ctx, grn_obj *buf, grn_obj *obj)
{
grn_obj *normalizer;

GRN_TEXT_PUTS(ctx, buf, " normalizer:");
GRN_TEXT_PUTS(ctx, buf, "normalizer:");
normalizer = grn_obj_get_info(ctx, obj, GRN_INFO_NORMALIZER, NULL);
if (normalizer) {
grn_inspect_name(ctx, buf, normalizer);
Expand Down

0 comments on commit f9a5a60

Please sign in to comment.