From d79147e7afe2eca34780c607f78b11f8b3dd017d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 25 Jan 2022 13:59:42 +0000 Subject: Abolish the infernal space before accessibility keywords. --- include/utility/aligned_storage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/utility/aligned_storage.h') diff --git a/include/utility/aligned_storage.h b/include/utility/aligned_storage.h index d3a6fb40a..fbd9b5fba 100644 --- a/include/utility/aligned_storage.h +++ b/include/utility/aligned_storage.h @@ -28,11 +28,11 @@ namespace insp template class insp::aligned_storage final { - private: +private: /** The underlying aligned storage block. */ mutable typename std::aligned_storage::value>::type data; - public: +public: /** Default constructor for the aligned_storage class. */ aligned_storage() = default; -- cgit v1.3.1-10-gc9f91