[Groonga-mysql-commit] mroonga/mroonga [master] Remove needless spaces

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 17:19:31 JST 2012


Kouhei Sutou	2012-10-04 17:19:31 +0900 (Thu, 04 Oct 2012)

  New Revision: db460a8c602c30042e5a0faaddf51d1c4245d987
  https://github.com/mroonga/mroonga/commit/db460a8c602c30042e5a0faaddf51d1c4245d987

  Log:
    Remove needless spaces

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+3 -3)
===================================================================
--- ha_mroonga.cpp    2012-10-04 17:17:56 +0900 (4ebf478)
+++ ha_mroonga.cpp    2012-10-04 17:19:31 +0900 (e8084b5)
@@ -12903,11 +12903,11 @@ bool ha_mroonga::check_written_by_row_based_binlog()
 #ifdef _WIN32
   unsigned __int64 option_bits;
 #else
-  uint64 option_bits; 
+  uint64 option_bits;
 #endif
- 
+
 #ifdef MRN_ROW_BASED_CHECK_IS_METHOD
-  current_stmt_binlog_row =  thd->is_current_stmt_binlog_format_row();
+  current_stmt_binlog_row = thd->is_current_stmt_binlog_format_row();
 #else
   current_stmt_binlog_row = thd->current_stmt_binlog_row_based;
 #endif
-------------- next part --------------
HTML����������������������������...
다운로드 



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