1
0
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:
Peter Schorn
2018-06-17 08:37:08 +02:00
parent 4428d49b08
commit 8077d4de38
9 changed files with 61 additions and 57 deletions

View File

@@ -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;