mirror of
https://github.com/simh/simh.git
synced 2026-05-04 15:05:39 +00:00
AltairZ80: Clean up of source code formatting
This commit is contained in:
@@ -232,7 +232,7 @@ static t_stat vfdhd_attach(UNIT *uptr, CONST char *cptr)
|
||||
t_stat r;
|
||||
unsigned int i = 0;
|
||||
|
||||
r = attach_unit(uptr, cptr); /* attach unit */
|
||||
r = attach_unit(uptr, cptr); /* attach unit */
|
||||
if(r != SCPE_OK) /* error? */
|
||||
return r;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user