mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-01 10:02:52 +00:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@@ -4,8 +4,7 @@
|
||||
|
||||
#include "citra_qt/debugger/ramview.h"
|
||||
|
||||
GRamView::GRamView(QWidget* parent) : QHexEdit(parent) {
|
||||
}
|
||||
GRamView::GRamView(QWidget* parent) : QHexEdit(parent) {}
|
||||
|
||||
void GRamView::OnCPUStepped() {
|
||||
// TODO: QHexEdit doesn't show vertical scroll bars for > 10MB data streams...
|
||||
|
||||
Reference in New Issue
Block a user