Fix whitespace in 'test/always.cpp'.

This commit is contained in:
Daniel James
2014-03-17 11:38:13 +00:00
parent bf895af8f7
commit ea6c446ad6

View File

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