Browse Source

Clang-format really should auto-save.

Florian DORMONT 10 years ago
parent
commit
3947d124e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/TileRenderer.cpp

+ 1 - 1
src/TileRenderer.cpp

@@ -30,5 +30,5 @@ int TILERENDERER::get_tile_height() const
 
 
 TILERENDERER::~TileRenderer()
 TILERENDERER::~TileRenderer()
 {
 {
-  // Nothing else than the current object is dynamically allocated, nothing should be done here atm.
+    // Nothing else than the current object is dynamically allocated, nothing should be done here atm.
 }
 }