[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] remove needless spaces.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:46:29 JST 2012


Kouhei Sutou	2012-02-14 15:43:02 +0900 (Tue, 14 Feb 2012)

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

  Log:
    remove needless spaces.

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+4 -4)
===================================================================
--- ha_mroonga.cc    2012-02-14 15:28:11 +0900 (6ca380f)
+++ ha_mroonga.cc    2012-02-14 15:43:02 +0900 (3abad2f)
@@ -3392,10 +3392,10 @@ int ha_mroonga::close()
     TABLE_LIST table_list;
     TABLE_SHARE *tmp_table_share;
     int tmp_error;
-    mrn_decode((uchar *) decode_name,
-               (uchar *) decode_name + MRN_MAX_PATH_SIZE,
-               (const uchar *) share->table_name,
-               (const uchar *) share->table_name + strlen(share->table_name));
+    mrn_decode((uchar *)decode_name,
+               (uchar *)decode_name + MRN_MAX_PATH_SIZE,
+               (const uchar *)share->table_name,
+               (const uchar *)share->table_name + strlen(share->table_name));
     mrn_db_name_gen(decode_name, db_name);
     mrn_table_name_gen(decode_name, table_name);
 #ifdef MRN_TABLE_LIST_INIT_REQUIRE_ALIAS
-------------- next part --------------
HTML����������������������������...
Download 



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