diff options
| author | DrChat <arkolbed@gmail.com> | 2017-12-17 13:26:58 -0600 |
|---|---|---|
| committer | DrChat <arkolbed@gmail.com> | 2017-12-17 13:26:58 -0600 |
| commit | 12e796bc0ae4fc386d838a81d9aff8ac7bbeb5a9 (patch) | |
| tree | 0b7767efe7346a1928287cee9aeca958aad7b203 | |
| parent | f4a0dbac75e81b036f693c550119bc1eaef7320f (diff) | |
Formatting.
| -rw-r--r-- | src/xenia/app/emulator_window.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/xenia/app/emulator_window.cc b/src/xenia/app/emulator_window.cc index cea5e2009..05822d8ec 100644 --- a/src/xenia/app/emulator_window.cc +++ b/src/xenia/app/emulator_window.cc @@ -73,9 +73,7 @@ bool EmulatorWindow::Initialize() { UpdateTitle(); - window_->on_closed.AddListener([this](UIEvent* e) { - loop_->Quit(); - }); + window_->on_closed.AddListener([this](UIEvent* e) { loop_->Quit(); }); loop_->on_quit.AddListener([this](UIEvent* e) { window_.reset(); }); window_->on_file_drop.AddListener( |
