git repos / blockattack-game

commit f9287fde

Poul Sander · 2023-09-23 14:50
f9287fde8954a05d44b3615652c89b92c335737d patch · browse files
parent 6d46a5a3a1c7f7e640794e3967bd37b20b7d193d

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 = "";