From 36ce8d5d2c9b3bb9588a2bc1d96ee2678c2b990c Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 13 Feb 2022 19:13:09 +0100 Subject: style: delete extra eof empty lines --- src/matrix.hpp | 1 - src/maze.hpp | 1 - src/stack.hpp | 1 - src/utils.hpp | 1 - src/vector2.hpp | 1 - 5 files changed, 5 deletions(-) (limited to 'src') 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 *matrix, std::shared_ptr 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; }; - -- cgit v1.2.3-18-g5258