Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/bta2dpd/bta2dpd Whitespace
details: https://anonhg.NetBSD.org/src/rev/c1d28626a3b0
branches: trunk
changeset: 1000529:c1d28626a3b0
user: maya <maya%NetBSD.org@localhost>
date: Sat Jul 27 23:33:09 2019 +0000
description:
Whitespace
diffstat:
usr.sbin/bta2dpd/bta2dpd/sbc_encode.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r fd795bb64ddf -r c1d28626a3b0 usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
--- a/usr.sbin/bta2dpd/bta2dpd/sbc_encode.c Sat Jul 27 20:10:29 2019 +0000
+++ b/usr.sbin/bta2dpd/bta2dpd/sbc_encode.c Sat Jul 27 23:33:09 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sbc_encode.c,v 1.5 2019/03/31 11:44:11 nat Exp $ */
+/* $NetBSD: sbc_encode.c,v 1.6 2019/07/27 23:33:09 maya Exp $ */
/*-
* Copyright (c) 2015 - 2016 Nathanial Sloss <nathanialsloss%yahoo.com.au@localhost>
@@ -707,7 +707,8 @@
pcm[i++] = (int16_t)R[k];
k++;
}
-return numsamples;
+
+ return numsamples;
}
uint8_t
Home |
Main Index |
Thread Index |
Old Index