Понедельник, 13 июля 2020, 17:18 +03:00 от Aleksandr Lyapunov <alyapunov@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