Kouhei Sutou 2018-11-26 17:09:45 +0900 (Mon, 26 Nov 2018) Revision: e6ad0bcacc929991e4d25051a22afdb4d591e7a9 https://github.com/mroonga/mroonga/commit/e6ad0bcacc929991e4d25051a22afdb4d591e7a9 Message: Fix indent Modified files: ha_mroonga.cpp Modified: ha_mroonga.cpp (+2 -2) =================================================================== --- ha_mroonga.cpp 2018-11-26 17:09:27 +0900 (a634af29) +++ ha_mroonga.cpp 2018-11-26 17:09:45 +0900 (7208b373) @@ -15927,8 +15927,8 @@ bool ha_mroonga::wrapper_prepare_inplace_alter_table( } if (parse_engine_table_options(ha_thd(), - tmp_share->hton, - wrap_altered_table->s)) { + tmp_share->hton, + wrap_altered_table->s)) { mrn_free_share(tmp_share); DBUG_RETURN(true); } -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20181126/f451ffd3/attachment-0001.html>