Skip to content

Commit

Permalink
Align style
Browse files Browse the repository at this point in the history
  • Loading branch information
kou authored Dec 4, 2024
1 parent b9d66f2 commit 92be994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/groonga/groonga.h
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ grn_ctx_get(grn_ctx *ctx, const char *name, int name_size);
* grn_obj *table = GRN_PTR_VALUE_AT(&tables, i);
* grn_obj_unref(ctx, table);
* }
* // Finalize the tables_buffer.
* // Finalize the tables buffer.
* GRN_OBJ_FIN(ctx, &tables);
* ```
*
Expand Down

0 comments on commit 92be994

Please sign in to comment.