Skip to content

Commit 1e5690c

Browse files
committed
fix trailing whitespace
1 parent 092448b commit 1e5690c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/beman/any_view/detail/unique_address.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// answer.
1212
#if (_MSC_VER)
1313
#define BEMAN_ANY_VIEW_NO_UNIQUE_ADDRESS() [[msvc::no_unique_address]]
14-
#else
14+
#else
1515
#define BEMAN_ANY_VIEW_NO_UNIQUE_ADDRESS() [[no_unique_address]]
1616
#endif
1717
#endif

0 commit comments

Comments
 (0)