Skip to content

Commit b31dda0

Browse files
committed
test
1 parent feea8e7 commit b31dda0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_encoding.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ enum class MacOSIconvIssue {
2626
};
2727

2828
#if defined(BOOST_LOCALE_WITH_ICONV)
29-
#include <cerrno>
30-
#include <iconv.h>
29+
# include <cerrno>
30+
# include <iconv.h>
3131
#endif
3232
#if defined(BOOST_LOCALE_WITH_ICONV) && defined(__APPLE__)
3333
# include <cerrno>

0 commit comments

Comments
 (0)