Преглед на файлове

Clang-format really should auto-save.

Florian DORMONT преди 10 години
родител
ревизия
3947d124e2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/TileRenderer.cpp

+ 1 - 1
src/TileRenderer.cpp

@@ -30,5 +30,5 @@ int TILERENDERER::get_tile_height() const
 
 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.
 }