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

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 25日 (水) 13:09:35 JST


Kouhei Sutou	2012-07-25 13:09:35 +0900 (Wed, 25 Jul 2012)

  New Revision: 863f4aaf3d8d0d5df1f9e874461ff5d95087dfec
  https://github.com/mroonga/mroonga/commit/863f4aaf3d8d0d5df1f9e874461ff5d95087dfec

  Log:
    Fix indent

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+3 -3)
===================================================================
--- ha_mroonga.cpp    2012-07-20 18:49:02 +0900 (fabfbb1)
+++ ha_mroonga.cpp    2012-07-25 13:09:35 +0900 (17e2b25)
@@ -6837,9 +6837,9 @@ struct st_mrn_ft_info *ha_mroonga::generic_ft_init_ext_select(uint flags,
     if (rc) {
       char error_message[MRN_MESSAGE_BUFFER_SIZE];
       snprintf(error_message, MRN_MESSAGE_BUFFER_SIZE,
-              "failed to parse fulltext search keyword: <%.*s>: <%s>",
-              keyword_length_original, keyword_original,
-              info->ctx->errbuf);
+               "failed to parse fulltext search keyword: <%.*s>: <%s>",
+               keyword_length_original, keyword_original,
+               info->ctx->errbuf);
       my_message(ER_PARSE_ERROR, error_message, MYF(0));
       GRN_LOG(info->ctx, GRN_LOG_ERROR, "%s", error_message);
     }
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-mysql-commit メーリングリストの案内
Back to archive index