diff options
| author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2016-09-21 11:29:48 -0700 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-21 11:29:48 -0700 | 
| commit | d5d2ca8058a0f1c00ab7ca9fe2c058ba47546c0a (patch) | |
| tree | 8a22ca73ff838f3f0090b29a548ae81087fc90ed /src/citra_qt/debugger/graphics_breakpoint_observer.h | |
| parent | 2a910a6d883f2227edc74aacf5b93a58a3dea07c (diff) | |
| parent | 0e3f0120a8ec2996e73bb6b7b6c9d7531f7a7eb1 (diff) | |
Merge pull request #2086 from linkmauve/clang-format
Add clang-format as part of our {commit,travis}-time checks
Diffstat (limited to 'src/citra_qt/debugger/graphics_breakpoint_observer.h')
| -rw-r--r-- | src/citra_qt/debugger/graphics_breakpoint_observer.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/citra_qt/debugger/graphics_breakpoint_observer.h b/src/citra_qt/debugger/graphics_breakpoint_observer.h index 02a0f4f4f..e77df4f5b 100644 --- a/src/citra_qt/debugger/graphics_breakpoint_observer.h +++ b/src/citra_qt/debugger/graphics_breakpoint_observer.h @@ -5,7 +5,6 @@  #pragma once  #include <QDockWidget> -  #include "video_core/debug_utils/debug_utils.h"  /** @@ -13,7 +12,8 @@   * This is because the Pica breakpoint callbacks are called from a non-GUI thread, while   * the widget usually wants to perform reactions in the GUI thread.   */ -class BreakPointObserverDock : public QDockWidget, protected Pica::DebugContext::BreakPointObserver { +class BreakPointObserverDock : public QDockWidget, +                               protected Pica::DebugContext::BreakPointObserver {      Q_OBJECT  public: | 
