summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/trs_cas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/trs_cas.cpp')
-rw-r--r--src/lib/formats/trs_cas.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/formats/trs_cas.cpp b/src/lib/formats/trs_cas.cpp
index d41b69aa520..6fa711db683 100644
--- a/src/lib/formats/trs_cas.cpp
+++ b/src/lib/formats/trs_cas.cpp
@@ -157,7 +157,8 @@ static int trs80m3_handle_cas(int16_t *buffer, const uint8_t *casdata)
if (!sw && (casdata[data_pos] != 0x55))
{
sw = 1;
- // This 1ms of silence isn't absolutely necessary, but the system writes it, so we may as emulate it.
+ // This 1ms of silence isn't absolutely necessary, but the system
+ // writes it, so we may as well emulate it.
sample_count += trs80m1_cas_cycle( buffer, sample_count, false );
}