[Groonga-commit] groonga/groonga at 9fa721f [master] Indent

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Apr 17 16:46:22 JST 2015


Kouhei Sutou	2015-04-17 16:46:22 +0900 (Fri, 17 Apr 2015)

  New Revision: 9fa721f72966d1c8b6b8517453337896191984d4
  https://github.com/groonga/groonga/commit/9fa721f72966d1c8b6b8517453337896191984d4

  Message:
    Indent

  Modified files:
    include/groonga/groonga.h

  Modified: include/groonga/groonga.h (+3 -3)
===================================================================
--- include/groonga/groonga.h    2015-04-17 16:34:49 +0900 (18b2bc2)
+++ include/groonga/groonga.h    2015-04-17 16:46:22 +0900 (08e8dd5)
@@ -1154,10 +1154,10 @@ GRN_API void grn_logger_set_max_level(grn_ctx *ctx, grn_log_level max_level);
 GRN_API grn_log_level grn_logger_get_max_level(grn_ctx *ctx);
 
 #ifdef __GNUC__
-#define GRN_ATTRIBUTE_PRINTF(fmt_pos) \
+# define GRN_ATTRIBUTE_PRINTF(fmt_pos) \
   __attribute__ ((format(printf, fmt_pos, fmt_pos + 1)))
 #else
-#define GRN_ATTRIBUTE_PRINTF(fmt_pos)
+# define GRN_ATTRIBUTE_PRINTF(fmt_pos)
 #endif /* __GNUC__ */
 
 GRN_API void grn_logger_put(grn_ctx *ctx, grn_log_level level,
@@ -1167,7 +1167,7 @@ GRN_API void grn_logger_reopen(grn_ctx *ctx);
 GRN_API grn_bool grn_logger_pass(grn_ctx *ctx, grn_log_level level);
 
 #ifndef GRN_LOG_DEFAULT_LEVEL
-#define GRN_LOG_DEFAULT_LEVEL GRN_LOG_NOTICE
+# define GRN_LOG_DEFAULT_LEVEL GRN_LOG_NOTICE
 #endif /* GRN_LOG_DEFAULT_LEVEL */
 
 GRN_API void grn_default_logger_set_max_level(grn_log_level level);
-------------- next part --------------
HTML����������������������������...
Download 



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