[Groonga-mysql-commit] mroonga/mroonga [master] cleanup style.

Back to archive index

null+****@clear***** null+****@clear*****
2012年 2月 14日 (火) 17:45:26 JST


Kouhei Sutou	2012-02-14 17:45:26 +0900 (Tue, 14 Feb 2012)

  New Revision: 3dd69d10447fbc0b106891bcb8044d24bddd1b03

  Log:
    cleanup style.

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+4 -2)
===================================================================
--- ha_mroonga.cc    2012-02-14 17:33:00 +0900 (1af2747)
+++ ha_mroonga.cc    2012-02-14 17:45:26 +0900 (d67be81)
@@ -2344,8 +2344,10 @@ int ha_mroonga::storage_create(const char *name, TABLE *table,
   grn_obj *table_obj;
   char table_name[MRN_MAX_PATH_SIZE];
   char decode_name[MRN_MAX_PATH_SIZE];
-  mrn_decode((uchar *) decode_name, (uchar *) decode_name + MRN_MAX_PATH_SIZE,
-             (const uchar *) name, (const uchar *) name + strlen(name));
+  mrn_decode((uchar *)decode_name,
+             (uchar *)decode_name + MRN_MAX_PATH_SIZE,
+             (const uchar *)name,
+             (const uchar *)name + strlen(name));
   mrn_table_name_gen(decode_name, table_name);
   int table_name_len = strlen(table_name);
 




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