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

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jan 6 16:31:55 JST 2014


Kouhei Sutou	2014-01-06 16:31:55 +0900 (Mon, 06 Jan 2014)

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

  Message:
    Fix indent

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+2 -2)
===================================================================
--- ha_mroonga.cpp    2014-01-06 12:00:51 +0900 (704553f)
+++ ha_mroonga.cpp    2014-01-06 16:31:55 +0900 (8bdd32a)
@@ -8538,8 +8538,8 @@ bool ha_mroonga::is_temporary_table_name(const char *name) const
     int len = strlen(name);
     int mysql_data_home_len = strlen(mysql_data_home);
     if (len < mysql_data_home_len ||
-      strncmp(name, mysql_data_home, mysql_data_home_len) ||
-      !strrchr(&name[mysql_data_home_len], FN_LIBCHAR)) {
+        strncmp(name, mysql_data_home, mysql_data_home_len) ||
+        !strrchr(&name[mysql_data_home_len], FN_LIBCHAR)) {
       temporary_table_name_p = TRUE;
     }
   }
-------------- next part --------------
HTML����������������������������...
Download 



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