mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-02-24 12:41:19 +00: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