mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-09 18:57:53 -05:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@ -78,8 +78,7 @@ void CallstackWidget::OnDebugModeEntered() {
|
||||
}
|
||||
}
|
||||
|
||||
void CallstackWidget::OnDebugModeLeft() {
|
||||
}
|
||||
void CallstackWidget::OnDebugModeLeft() {}
|
||||
|
||||
void CallstackWidget::Clear() {
|
||||
for (int row = 0; row < callstack_model->rowCount(); row++) {
|
||||
|
Reference in New Issue
Block a user