[Groonga-mysql-commit] mroonga/mroonga at 66b80b3 [master] Add missing spaces around operator

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Dec 23 18:25:52 JST 2014


Kouhei Sutou	2014-12-23 18:25:52 +0900 (Tue, 23 Dec 2014)

  New Revision: 66b80b323a7e4569fb00bc8470e24995f6488a0e
  https://github.com/mroonga/mroonga/commit/66b80b323a7e4569fb00bc8470e24995f6488a0e

  Message:
    Add missing spaces around operator

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+1 -1)
===================================================================
--- ha_mroonga.cpp    2014-12-23 18:25:41 +0900 (c318e30)
+++ ha_mroonga.cpp    2014-12-23 18:25:52 +0900 (abf9b1d)
@@ -630,7 +630,7 @@ static const char *mrn_log_level_type_names[] = {
   NullS
 };
 static TYPELIB mrn_log_level_typelib = {
-  array_elements(mrn_log_level_type_names)-1,
+  array_elements(mrn_log_level_type_names) - 1,
   "mrn_log_level_typelib",
   mrn_log_level_type_names,
   NULL
-------------- next part --------------
HTML����������������������������...
Download 



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