[git commit] tls: whitespace fix

Denys Vlasenko vda.linux at googlemail.com
Wed Oct 6 19:22:36 UTC 2021


commit: https://git.busybox.net/busybox/commit/?id=17e6fb06b3d36eae11575b226858e8474e2b46d3
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 networking/tls_sp_c32.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/networking/tls_sp_c32.c b/networking/tls_sp_c32.c
index b3828d817..4c0cd320b 100644
--- a/networking/tls_sp_c32.c
+++ b/networking/tls_sp_c32.c
@@ -375,9 +375,9 @@ static void sp_256_sub_8_p256_mod(sp_digit* r)
 	asm volatile (
 "\n		addq	$1, (%0)"	// adding 1 is the same as subtracting ffffffffffffffff
 "\n		cmc"			// only carry bit needs inverting
-
+"\n"
 "\n		sbbq	%1, 1*8(%0)"	// %1 holds 00000000ffffffff
-
+"\n"
 "\n		sbbq	$0, 2*8(%0)"
 "\n"
 "\n		movq	3*8(%0), %2"
@@ -473,7 +473,7 @@ static void sp_256_mul_8(sp_digit* r, const sp_digit* a, const sp_digit* b)
 			: "cc", "dx"
 			);
 ////////////////////////
-		        j--;
+			j--;
 			i++;
 		} while (i != 4 && i <= k);
 		rr[k] = accl;


More information about the busybox-cvs mailing list