From 18eb8a07ba39a8aad1c75521cee027b9c9c72e40 Mon Sep 17 00:00:00 2001 From: skal Date: Sun, 1 Feb 2026 00:58:20 +0100 Subject: clang-format --- src/util/math.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util/math.h') diff --git a/src/util/math.h b/src/util/math.h index 8aa2c7a..f565b76 100644 --- a/src/util/math.h +++ b/src/util/math.h @@ -4,6 +4,6 @@ #pragma once -#ifndef M_PI +#if !defined(M_PI) #define M_PI 3.14159265358979323846 -#endif +#endif /* !defined(M_PI) */ -- cgit v1.2.3