clang-format

This commit is contained in:
MerryMage
2018-01-16 18:05:21 +00:00
parent 153205edbb
commit e35644c005
25 changed files with 54 additions and 63 deletions

View File

@ -8,7 +8,6 @@
#include "yuzu/debugger/registers.h"
#include "yuzu/util/util.h"
RegistersWidget::RegistersWidget(QWidget* parent) : QDockWidget(parent) {
cpu_regs_ui.setupUi(this);