aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Point.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/api/Point.h')
-rw-r--r--src/crepe/api/Point.h5
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