From 99ff242ddec3e09cf833a0b570a0a608b9298b85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 20 Feb 2021 13:33:57 +0100 Subject: [PATCH] astyle formatting [ci skip] --- test/cfg/boost.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/cfg/boost.cpp b/test/cfg/boost.cpp index 4ba39d50d..d9f996f06 100644 --- a/test/cfg/boost.cpp +++ b/test/cfg/boost.cpp @@ -84,11 +84,10 @@ void throwexception2(int * buf) void macros() { - #define DECL(z, n, text) text ## n = n; +#define DECL(z, n, text) text ## n = n; BOOST_PP_REPEAT(5, DECL, int x) - BOOST_SCOPED_ENUM_DECLARE_BEGIN(future_errc) - { + BOOST_SCOPED_ENUM_DECLARE_BEGIN(future_errc) { no_state } BOOST_SCOPED_ENUM_DECLARE_END(future_errc)