[Groonga-commit] groonga/grngo at 50e2309 [master] Fix indentation.

Back to archive index

susumu.yata null+****@clear*****
Thu Jul 9 12:25:41 JST 2015


susumu.yata	2015-07-09 12:25:41 +0900 (Thu, 09 Jul 2015)

  New Revision: 50e2309120d9f43e56eefc8a1171ba3d346c6a3b
  https://github.com/groonga/grngo/commit/50e2309120d9f43e56eefc8a1171ba3d346c6a3b

  Message:
    Fix indentation.

  Modified files:
    grngo.h

  Modified: grngo.h (+5 -5)
===================================================================
--- grngo.h    2015-07-09 12:07:04 +0900 (8d943e3)
+++ grngo.h    2015-07-09 12:25:41 +0900 (d959c09)
@@ -22,11 +22,11 @@ typedef struct {
 grn_obj *grngo_find_table(grn_ctx *ctx, const char *name, int name_len);
 
 typedef struct {
-  grn_builtin_type  data_type;  // Data type (GRN_DB_VOID, GRN_DB_BOOL, etc.).
-                      // If the type is table reference, the key type of the
-                      // referenced table is stored.
-  int     dimension;  // Vector depth, 0 means the type is scalar.
-  grn_obj *ref_table; // The referenced table of table reference.
+  grn_builtin_type data_type;  // Data type (GRN_DB_VOID, GRN_DB_BOOL, etc.).
+                               // If the type is table reference, the key type
+                               // of the referenced table is stored.
+  int              dimension;  // Vector depth, 0 means the type is scalar.
+  grn_obj          *ref_table; // The referenced table of table reference.
 } grngo_type_info;
 
 // grngo_table_get_key_info() gets information of the table key.
-------------- next part --------------
HTML����������������������������...
Download 



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