aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
};
-