summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pc2000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pc2000.cpp')
-rw-r--r--src/mame/drivers/pc2000.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/pc2000.cpp b/src/mame/drivers/pc2000.cpp
index ad934d387b8..22d5c330ec5 100644
--- a/src/mame/drivers/pc2000.cpp
+++ b/src/mame/drivers/pc2000.cpp
@@ -230,10 +230,10 @@ SED1520_UPDATE_CB(gl3000s_screen_update_left)
{
UINT8 data = vram[(y*0x50 + x) % 0x140];
INT32 dpos = (x - 74) / 2;
- if (dpos < 0)
- {
- dpos = 0;
- }
+ if (dpos < 0)
+ {
+ dpos = 0;
+ }
for (int yi=0; yi<8; yi++)
{