[Groonga-mysql-commit] mroonga/mroonga [master] remove needless spaces.

Back to archive index

null+****@clear***** null+****@clear*****
2012年 2月 14日 (火) 15:43:02 JST


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

  New Revision: 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




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