aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-02-13 19:13:09 +0100
committerHampusM <hampus@hampusmat.com>2022-02-13 19:13:09 +0100
commit36ce8d5d2c9b3bb9588a2bc1d96ee2678c2b990c (patch)
tree33c833310cc2351744d305f65f590ab19216aae3 /src
parent2b7f79b42c75fc3f35dff8503bb47ea15f0af029 (diff)
style: delete extra eof empty lines
Diffstat (limited to 'src')
-rw-r--r--src/matrix.hpp1
-rw-r--r--src/maze.hpp1
-rw-r--r--src/stack.hpp1
-rw-r--r--src/utils.hpp1
-rw-r--r--src/vector2.hpp1
5 files changed, 0 insertions, 5 deletions
diff --git a/src/matrix.hpp b/src/matrix.hpp
index d754c31..ddc1a1c 100644
--- a/src/matrix.hpp
+++ b/src/matrix.hpp
@@ -62,4 +62,3 @@ private:
};
#include "matrix.tpp"
-
diff --git a/src/maze.hpp b/src/maze.hpp
index 106e347..f343010 100644
--- a/src/maze.hpp
+++ b/src/maze.hpp
@@ -19,4 +19,3 @@ void matrix_to_maze(Matrix<Element> *matrix, std::shared_ptr<Vector2> start_pos,
Element space_element, std::mt19937 random_gen);
#include "maze.tpp"
-
diff --git a/src/stack.hpp b/src/stack.hpp
index d5c1bdb..4da5f76 100644
--- a/src/stack.hpp
+++ b/src/stack.hpp
@@ -38,4 +38,3 @@ private:
};
#include "stack.tpp"
-
diff --git a/src/utils.hpp b/src/utils.hpp
index 8c4cf4e..e98d52f 100644
--- a/src/utils.hpp
+++ b/src/utils.hpp
@@ -10,4 +10,3 @@
* @returns A unsigned integer
*/
unsigned int str_to_uint(std::string str);
-
diff --git a/src/vector2.hpp b/src/vector2.hpp
index 223a59b..3dc1db1 100644
--- a/src/vector2.hpp
+++ b/src/vector2.hpp
@@ -57,4 +57,3 @@ private:
unsigned int _x;
unsigned int _y;
};
-