mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 23:48:00 -05: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