From b724a4d90c2dcff0e800f7ab630b6ad0d5be1e58 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 11 Aug 2020 11:08:10 -0400 Subject: General: Tidy up clang-format warnings part 2 --- src/common/math_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/math_util.h') diff --git a/src/common/math_util.h b/src/common/math_util.h index 83ef0201f..abca3177c 100644 --- a/src/common/math_util.h +++ b/src/common/math_util.h @@ -54,6 +54,6 @@ struct Rectangle { }; template -Rectangle(T, T, T, T)->Rectangle; +Rectangle(T, T, T, T) -> Rectangle; } // namespace Common -- cgit v1.2.3