Erase redundant whitespaces.

This commit is contained in:
Ge Sen
2015-12-10 13:35:06 +08:00
parent 447c9862c2
commit 7ac02d54ba
21 changed files with 24 additions and 24 deletions

View File

@@ -284,7 +284,7 @@ struct missingTraits : public std::integral_constant<bool,
&& !has_ScalarBitSetTraits<T>::value
&& !has_ScalarTraits<T>::value
&& !has_ObjectTraits<T>::value
&& !has_ArrayTraits<T>::value> {};
&& !has_ArrayTraits<T>::value> {};
template<typename T>
struct validatedObjectTraits : public std::integral_constant<bool,