commit f9287fde
Change identiation to pass lint
Changed files
| M | source/code/themes.hpp before |
diff --git a/source/code/themes.hpp b/source/code/themes.hpp
index 996beb2..a2674dd 100644
--- a/source/code/themes.hpp
+++ b/source/code/themes.hpp
@@ -27,9 +27,9 @@ https://www.blockattack.net
#include <vector>
enum class ImgScale { Stretch,
- Tile,
- Resize,
- Cut };
+ Tile,
+ Resize,
+ Cut };
struct BackGroundData {
std::string background_name = "";