[Groonga-commit] groonga/groonga at b5abf6a [master] Use spaces instead of tabs

Back to archive index

Susumu Yata null+****@clear*****
Mon Jul 3 18:51:04 JST 2017


Susumu Yata	2017-07-03 18:51:04 +0900 (Mon, 03 Jul 2017)

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

  Message:
    Use spaces instead of tabs

  Modified files:
    plugins/functions/math.c

  Modified: plugins/functions/math.c (+10 -10)
===================================================================
--- plugins/functions/math.c    2017-07-03 18:37:52 +0900 (942e8ff)
+++ plugins/functions/math.c    2017-07-03 18:51:04 +0900 (0149f17)
@@ -55,16 +55,16 @@ func_math_abs(grn_ctx *ctx, int n_args, grn_obj **args,
     return NULL;
   }
 
-#define ABS_CONVERT_TYPE(func, return_type, to_type, getter, setter) {   \
-    grn_abs_number = grn_plugin_proc_alloc(ctx,			\
-                                           user_data,		\
-                                           (return_type),	\
-                                           0);			\
-    if (!grn_abs_number) {					\
-      return NULL;						\
-    }								\
-    to_type abs_number_raw = (to_type)(func)(getter(number));	\
-    setter(ctx, grn_abs_number, abs_number_raw);		\
+#define ABS_CONVERT_TYPE(func, return_type, to_type, getter, setter) { \
+    grn_abs_number = grn_plugin_proc_alloc(ctx,                        \
+                                           user_data,                  \
+                                           (return_type),              \
+                                           0);                         \
+    if (!grn_abs_number) {                                             \
+      return NULL;                                                     \
+    }                                                                  \
+    to_type abs_number_raw = (to_type)(func)(getter(number));          \
+    setter(ctx, grn_abs_number, abs_number_raw);                       \
   }
 
   switch (number->header.domain) {
-------------- next part --------------
HTML����������������������������...
Télécharger 



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