diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-01 00:58:20 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-01 01:13:53 +0100 |
| commit | 18eb8a07ba39a8aad1c75521cee027b9c9c72e40 (patch) | |
| tree | 87e498dbaffdd591eb94fddca315f6ba28756a32 /src/util/math.h | |
| parent | 03cd94817097e59a0809b222e0e1e74dd9a8ede7 (diff) | |
clang-format
Diffstat (limited to 'src/util/math.h')
| -rw-r--r-- | src/util/math.h | 4 |
1 files changed, 2 insertions, 2 deletions
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) */ |
