Apply clang-format-11
[alexxy/gromacs.git] / api / legacy / include / gromacs / utility / gmxassert.h
index dea2e5eb0d62db5e317ade4c8581ec35d3b0fd74..ec31a945c64c0da417d3bb05915bff381e21bfd7 100644 (file)
@@ -67,7 +67,7 @@
 #        define GMX_RELEASE_ASSERT(condition, msg)                \
             ((void)((condition) ? (void)0                         \
                                 : ::gmx::internal::assertHandler( \
-                                          #condition, msg, GMX_CURRENT_FUNCTION, __FILE__, __LINE__)))
+                                        #condition, msg, GMX_CURRENT_FUNCTION, __FILE__, __LINE__)))
 #    else
 // Use an "immediately invoked function expression" to allow being
 // used in constexpr context with older GCC versions