mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-02 06:15:23 +02:00
Fix whitespace in 'test/always.cpp'.
This commit is contained in:
@@ -22,7 +22,7 @@ MPL_TEST_CASE()
|
||||
{
|
||||
typedef always<true_> always_true;
|
||||
|
||||
MPL_ASSERT(( apply< always_true > ));
|
||||
MPL_ASSERT(( apply< always_true > ));
|
||||
MPL_ASSERT(( apply0< always_true > ));
|
||||
MPL_ASSERT(( apply1< always_true,false_ > ));
|
||||
MPL_ASSERT(( apply2< always_true,false_,false_ > ));
|
||||
|
Reference in New Issue
Block a user