From 164ef47ad2a2db22b599f42b5cf5cccde98323b7 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sun, 23 Aug 2020 11:13:56 +1000 Subject: srcclean for 0.224 --- src/emu/inputdev.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/emu/inputdev.cpp') diff --git a/src/emu/inputdev.cpp b/src/emu/inputdev.cpp index 66480068a14..e29dfe39315 100644 --- a/src/emu/inputdev.cpp +++ b/src/emu/inputdev.cpp @@ -570,8 +570,7 @@ void input_class::remap_device_index(int oldindex, int newindex) if (nullptr != m_device[newindex].get()) m_device[newindex]->set_devindex(newindex); - // update the maximum index found, since newindex may - // exceed current m_maxindex + // update the maximum index found, since newindex may exceed current m_maxindex m_maxindex = std::max(m_maxindex, newindex); } -- cgit v1.2.3-70-g09d2