clang-format: apply clang-12 changes
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I35b80ded49076f622761b6595ad9e33efccaf205
diff --git a/src/stdplus/raw.hpp b/src/stdplus/raw.hpp
index 0d4675d..fd24000 100644
--- a/src/stdplus/raw.hpp
+++ b/src/stdplus/raw.hpp
@@ -16,8 +16,8 @@
/** @brief Gets the datatype referenced in a container
*/
template <typename Container>
-using dataType = std::remove_pointer_t<decltype(
- std::data(std::declval<std::add_lvalue_reference_t<Container>>()))>;
+using dataType = std::remove_pointer_t<decltype(std::data(
+ std::declval<std::add_lvalue_reference_t<Container>>()))>;
/** @brief Gets the sizetype referenced in a container
*/