[Tarantool-patches] [PATCH v2 2/3] alter: fix codestyle

Aleksandr Lyapunov alyapunov at tarantool.org
Mon Jul 13 17:18:06 MSK 2020


---
 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



More information about the Tarantool-patches mailing list