mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 01:57:55 -05:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@ -12,8 +12,7 @@
|
||||
|
||||
namespace CiTrace {
|
||||
|
||||
Recorder::Recorder(const InitialState& initial_state) : initial_state(initial_state) {
|
||||
}
|
||||
Recorder::Recorder(const InitialState& initial_state) : initial_state(initial_state) {}
|
||||
|
||||
void Recorder::Finish(const std::string& filename) {
|
||||
// Setup CiTrace header
|
||||
|
Reference in New Issue
Block a user