Kouhei Sutou
null+****@clear*****
Mon Oct 20 23:24:13 JST 2014
Kouhei Sutou 2014-10-20 23:24:13 +0900 (Mon, 20 Oct 2014) New Revision: 88b913aeb966e890f4abaa04621fad4819533455 https://github.com/mroonga/mroonga/commit/88b913aeb966e890f4abaa04621fad4819533455 Message: Fix brace position Modified files: ha_mroonga.cpp Modified: ha_mroonga.cpp (+2 -1) =================================================================== --- ha_mroonga.cpp 2014-10-20 23:11:20 +0900 (b39f315) +++ ha_mroonga.cpp 2014-10-20 23:24:13 +0900 (4c8ecb7) @@ -1233,7 +1233,8 @@ static int mrn_set_geometry(grn_ctx *ctx, grn_obj *buf, } #endif -static uint mrn_alter_table_flags(uint flags) { +static uint mrn_alter_table_flags(uint flags) +{ uint alter_flags = 0; #ifdef HA_INPLACE_ADD_INDEX_NO_READ_WRITE bool is_inplace_index_change; -------------- next part -------------- HTML����������������������������...ダウンロード