[Groonga-mysql-commit] mroonga/mroonga at 2252676 [master] Fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Mar 13 17:21:10 JST 2018


Kouhei Sutou	2018-03-13 17:21:10 +0900 (Tue, 13 Mar 2018)

  New Revision: 2252676a6d344eb62d59cc7ad7f9f3dc2b71fe5e
  https://github.com/mroonga/mroonga/commit/2252676a6d344eb62d59cc7ad7f9f3dc2b71fe5e

  Message:
    Fix indent

  Modified files:
    lib/mrn_query_parser.cpp

  Modified: lib/mrn_query_parser.cpp (+4 -4)
===================================================================
--- lib/mrn_query_parser.cpp    2018-02-21 12:07:51 +0900 (4e05069a)
+++ lib/mrn_query_parser.cpp    2018-03-13 17:21:10 +0900 (7477f9ed)
@@ -269,10 +269,10 @@ namespace mrn {
       ++n_weights;
 
       int default_weight = 1;
-     append_section(section,
-                    &section_value_buffer,
-                    default_weight,
-                    n_weights);
+      append_section(section,
+                     &section_value_buffer,
+                     default_weight,
+                     n_weights);
     }
     MRN_FREE_VARIABLE_LENGTH_ARRAYS(specified_sections);
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180313/d740fc0b/attachment.htm 



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