summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/formats/apollo_dsk.c1
-rw-r--r--src/lib/formats/tzx_cas.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/formats/apollo_dsk.c b/src/lib/formats/apollo_dsk.c
index 74ac0372a85..29dbe23b0b5 100644
--- a/src/lib/formats/apollo_dsk.c
+++ b/src/lib/formats/apollo_dsk.c
@@ -53,4 +53,3 @@ int apollo_format::identify(io_generic *io, UINT32 form_factor)
return ((size == expected_size) || (size == 0)) ? 1 : 0;
}
-
diff --git a/src/lib/formats/tzx_cas.c b/src/lib/formats/tzx_cas.c
index 5c8d79a636c..9a920844903 100644
--- a/src/lib/formats/tzx_cas.c
+++ b/src/lib/formats/tzx_cas.c
@@ -314,7 +314,7 @@ static int tzx_handle_direct(INT16 **buffer, const UINT8 *bytes, int pause, int
tzx_output_wave(buffer, samples);
size += samples;
-
+
}
}