Apply clang-format to source tree
[alexxy/gromacs.git] / src / api / cpp / exceptions.cpp
index 572df6a63d2473d07e3a4acfb557fdcfe7ba1223..04365db5c833ea90c0740b509e9886188ac6cade 100644 (file)
@@ -45,13 +45,13 @@ Exception::Exception() = default;
 
 Exception::~Exception() = default;
 
-Exception::Exception(const Exception &) = default;
+Exception::Exception(const Exception&) = default;
 
-Exception &Exception::operator=(const Exception &) = default;
+Exception& Exception::operator=(const Exception&) = default;
 
-Exception::Exception(Exception &&) noexcept = default;
+Exception::Exception(Exception&&) noexcept = default;
 
-Exception &Exception::operator=(Exception &&) noexcept = default;
+Exception& Exception::operator=(Exception&&) noexcept = default;
 
 const char* Exception::what() const noexcept
 {