diff options
| author | 2016-09-18 09:38:01 +0900 | |
|---|---|---|
| committer | 2016-09-18 09:38:01 +0900 | |
| commit | dc8479928c5aee4c6ad6fe4f59006fb604cee701 (patch) | |
| tree | 569a7f13128450bbab973236615587ff00bced5f /src/citra_qt/debugger/callstack.h | |
| parent | Travis: Import Dolphin’s clang-format hook. (diff) | |
| download | yuzu-dc8479928c5aee4c6ad6fe4f59006fb604cee701.tar.gz yuzu-dc8479928c5aee4c6ad6fe4f59006fb604cee701.tar.xz yuzu-dc8479928c5aee4c6ad6fe4f59006fb604cee701.zip | |
Sources: Run clang-format on everything.
Diffstat (limited to '')
| -rw-r--r-- | src/citra_qt/debugger/callstack.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/citra_qt/debugger/callstack.h b/src/citra_qt/debugger/callstack.h index 7aa83db1e..765757986 100644 --- a/src/citra_qt/debugger/callstack.h +++ b/src/citra_qt/debugger/callstack.h | |||
| @@ -7,8 +7,7 @@ | |||
| 7 | 7 | ||
| 8 | class QStandardItemModel; | 8 | class QStandardItemModel; |
| 9 | 9 | ||
| 10 | class CallstackWidget : public QDockWidget | 10 | class CallstackWidget : public QDockWidget { |
| 11 | { | ||
| 12 | Q_OBJECT | 11 | Q_OBJECT |
| 13 | 12 | ||
| 14 | public: | 13 | public: |