mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-02-28 21:43:07 +00:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@@ -14,8 +14,7 @@ namespace Common {
|
||||
namespace Profiling {
|
||||
|
||||
ProfilingManager::ProfilingManager()
|
||||
: last_frame_end(Clock::now()), this_frame_start(Clock::now()) {
|
||||
}
|
||||
: last_frame_end(Clock::now()), this_frame_start(Clock::now()) {}
|
||||
|
||||
void ProfilingManager::BeginFrame() {
|
||||
this_frame_start = Clock::now();
|
||||
|
||||
Reference in New Issue
Block a user