astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2021-02-20 13:33:57 +01:00
parent 29a6031cea
commit 99ff242dde
1 changed files with 2 additions and 3 deletions

View File

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