Fix indentation back to 4

This commit is contained in:
2022-11-08 19:18:18 +01:00
parent 74b8afbe6e
commit fa543d936f
11 changed files with 68 additions and 66 deletions

View File

@@ -5,7 +5,7 @@
namespace ptprnt::bitmap {
struct Bitmap {
std::vector<std::vector<int>> map;
std::vector<std::vector<int>> map;
};
} // namespace ptprnt::bitmap