소스 검색

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