浏览代码

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.
 }