[Groonga-commit] groonga/groonga at a6599e9 [master] Unindent

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jun 19 15:05:31 JST 2013


Kouhei Sutou	2013-06-19 15:05:31 +0900 (Wed, 19 Jun 2013)

  New Revision: a6599e99e5379a204c680c65962141cadfbe3d22
  https://github.com/groonga/groonga/commit/a6599e99e5379a204c680c65962141cadfbe3d22

  Message:
    Unindent

  Modified files:
    lib/util.c

  Modified: lib/util.c (+8 -8)
===================================================================
--- lib/util.c    2013-06-19 15:05:13 +0900 (2f9837c)
+++ lib/util.c    2013-06-19 15:05:31 +0900 (e970f51)
@@ -592,14 +592,14 @@ grn_table_normalizer_inspect(grn_ctx *ctx, grn_obj *buf, grn_obj *obj)
 {
   grn_obj *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);
-      grn_obj_unlink(ctx, normalizer);
-    } else {
-      GRN_TEXT_PUTS(ctx, buf, "(nil)");
-    }
+  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);
+    grn_obj_unlink(ctx, normalizer);
+  } else {
+    GRN_TEXT_PUTS(ctx, buf, "(nil)");
+  }
 
   return GRN_SUCCESS;
 }
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index