From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng2.m.smailru.net (smtpng2.m.smailru.net [94.100.179.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 11D19445322 for ; Mon, 13 Jul 2020 17:18:42 +0300 (MSK) From: Aleksandr Lyapunov Date: Mon, 13 Jul 2020 17:18:06 +0300 Message-Id: <1594649887-15890-3-git-send-email-alyapunov@tarantool.org> In-Reply-To: <1594649887-15890-1-git-send-email-alyapunov@tarantool.org> References: <1594649887-15890-1-git-send-email-alyapunov@tarantool.org> Subject: [Tarantool-patches] [PATCH v2 2/3] alter: fix codestyle List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org Cc: v.shpilevoy@tarantool.org --- src/box/alter.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/box/alter.cc b/src/box/alter.cc index 15a51d0..9b2b8e8 100644 --- a/src/box/alter.cc +++ b/src/box/alter.cc @@ -1660,8 +1660,8 @@ public: void UpdateSchemaVersion::alter(struct alter_space *alter) noexcept { - (void)alter; - ++schema_version; + (void) alter; + ++schema_version; } /** -- 2.7.4