From d68164b4c1216ac23354ac3a4634048c2c0e998a Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 10 Apr 2013 08:08:19 +0000 Subject: unified formating of state class constructors, no functional change (nw) --- src/mame/includes/starshp1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mame/includes/starshp1.h') diff --git a/src/mame/includes/starshp1.h b/src/mame/includes/starshp1.h index 80799d4b9c7..b34ba300644 100644 --- a/src/mame/includes/starshp1.h +++ b/src/mame/includes/starshp1.h @@ -34,7 +34,7 @@ class starshp1_state : public driver_device { public: starshp1_state(const machine_config &mconfig, device_type type, const char *tag) - : driver_device(mconfig, type, tag) , + : driver_device(mconfig, type, tag), m_playfield_ram(*this, "playfield_ram"), m_hpos_ram(*this, "hpos_ram"), m_vpos_ram(*this, "vpos_ram"), -- cgit v1.2.3