summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_hil/hlebase.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp_hil/hlebase.h')
-rw-r--r--src/devices/bus/hp_hil/hlebase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/hp_hil/hlebase.h b/src/devices/bus/hp_hil/hlebase.h
index 2ea81239560..96efcdd2073 100644
--- a/src/devices/bus/hp_hil/hlebase.h
+++ b/src/devices/bus/hp_hil/hlebase.h
@@ -29,7 +29,7 @@ protected:
// device_hp_hil_interface overrides
virtual bool hil_write(uint16_t *data) override;
virtual void hil_idd() = 0;
- virtual void hil_typematic(uint8_t command) {};
+ virtual void hil_typematic(uint8_t command) {}
virtual int hil_poll() = 0;
private: