소스 검색

Host Timing: Correct clang format.

Fernando Sahmkow 6 년 전
부모
커밋
8f6ffcd5c4
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/core/host_timing.h

+ 0 - 1
src/core/host_timing.h

@@ -93,7 +93,6 @@ public:
     /// We only permit one event of each type in the queue at a time.
     void RemoveEvent(const std::shared_ptr<EventType>& event_type);
 
-
     void AddTicks(std::size_t core_index, u64 ticks);
 
     void ResetTicks(std::size_t core_index);