diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-23 21:54:28 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-23 21:54:28 +0200 |
commit | 9b7be419c9dcc6ebd1e504713c7b2676ca3d2fdf (patch) | |
tree | 97a2fc5ce1ec1345bd6f44889682ea9a2ffafd76 /src/crepe/api/Point.h | |
parent | 080ad535e6fc6666b919b1a21b6986aaf9b678eb (diff) |
`clang-format`
Diffstat (limited to 'src/crepe/api/Point.h')
-rw-r--r-- | src/crepe/api/Point.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/crepe/api/Point.h b/src/crepe/api/Point.h index 463aa7c..b47b7e6 100644 --- a/src/crepe/api/Point.h +++ b/src/crepe/api/Point.h @@ -1,7 +1,5 @@ #pragma once - - namespace crepe::api { class Point { @@ -10,5 +8,4 @@ public: double y; }; - -} +} // namespace crepe::api |