Skip to content

Commit 99ff242

Browse files
committed
astyle formatting
[ci skip]
1 parent 29a6031 commit 99ff242

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

test/cfg/boost.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,10 @@ void throwexception2(int * buf)
8484

8585
void macros()
8686
{
87-
#define DECL(z, n, text) text ## n = n;
87+
#define DECL(z, n, text) text ## n = n;
8888
BOOST_PP_REPEAT(5, DECL, int x)
8989

90-
BOOST_SCOPED_ENUM_DECLARE_BEGIN(future_errc)
91-
{
90+
BOOST_SCOPED_ENUM_DECLARE_BEGIN(future_errc) {
9291
no_state
9392
}
9493
BOOST_SCOPED_ENUM_DECLARE_END(future_errc)

0 commit comments

Comments
 (0)