summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_hil/hlebase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp_hil/hlebase.cpp')
-rw-r--r--src/devices/bus/hp_hil/hlebase.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/devices/bus/hp_hil/hlebase.cpp b/src/devices/bus/hp_hil/hlebase.cpp
index f122919dc1c..247dafeea51 100644
--- a/src/devices/bus/hp_hil/hlebase.cpp
+++ b/src/devices/bus/hp_hil/hlebase.cpp
@@ -1,4 +1,4 @@
-// license:BSD-3-Cl ause
+// license:BSD-3-Clause
// copyright-holders:Sergey Svishchev
#include "emu.h"
#include "hlebase.h"
@@ -6,8 +6,7 @@
//#define VERBOSE 1
#include "logmacro.h"
-namespace bus {
- namespace hp_hil {
+namespace bus::hp_hil {
/***************************************************************************
BASE HLE KEYBOARD DEVICE
@@ -160,4 +159,3 @@ out:
}
} // namespace bus::hp_hil
-} // namespace bus