summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats')
-rw-r--r--src/lib/formats/tzx_cas.c2
-rw-r--r--src/lib/formats/upd765_dsk.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/formats/tzx_cas.c b/src/lib/formats/tzx_cas.c
index 4cdc9d4587d..de59fbee26e 100644
--- a/src/lib/formats/tzx_cas.c
+++ b/src/lib/formats/tzx_cas.c
@@ -496,7 +496,7 @@ static int tzx_cas_do_work( INT16 **buffer )
else
{
current_block++;
- }
+ }
break;
case 0x21: /* Group Start */
diff --git a/src/lib/formats/upd765_dsk.c b/src/lib/formats/upd765_dsk.c
index 8117a9049cf..b4a2c121fcc 100644
--- a/src/lib/formats/upd765_dsk.c
+++ b/src/lib/formats/upd765_dsk.c
@@ -299,7 +299,7 @@ bool upd765_format::save(io_generic *io, floppy_image *image)
extract_sectors(image, f, sectors, track, head);
io_generic_write(io, sectdata, (track*f.head_count + head)*track_size, track_size);
}
-
+
return true;
}