diff options
| author | 2017-03-26 12:57:49 +1100 | |
|---|---|---|
| committer | 2017-03-26 12:57:49 +1100 | |
| commit | 6cb38b0771d189f412a7efae1e2d095b3cfa9c76 (patch) | |
| tree | f140ee3a4396f3f4079ae1aab09a694dda410848 /src/emu/main.cpp | |
| parent | 770356315a434c9465510addb96211e060f8a928 (diff) | |
srcclean (nw)
Diffstat (limited to 'src/emu/main.cpp')
| -rw-r--r-- | src/emu/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/main.cpp b/src/emu/main.cpp index 59aa1eddc0a..9255d9f7c67 100644 --- a/src/emu/main.cpp +++ b/src/emu/main.cpp @@ -14,8 +14,8 @@ Controls execution of the core MAME system. machine_manager::machine_manager(emu_options& options, osd_interface& osd) : m_osd(osd), m_options(options), - m_machine(nullptr) -{ + m_machine(nullptr) +{ } void machine_manager::start_http_server() |
