summaryrefslogtreecommitdiff
path: root/asl/assert.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'asl/assert.hpp')
-rw-r--r--asl/assert.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/asl/assert.hpp b/asl/assert.hpp
index 7a3ae00..608a44f 100644
--- a/asl/assert.hpp
+++ b/asl/assert.hpp
@@ -6,7 +6,7 @@
namespace asl
{
-void report_assert_failure( const char* msg, const source_location& sl = source_location{});
+void report_assert_failure(const char* msg, const source_location& sl = source_location{});
} // namespace asl