[Cryptech-Commits] [core/math/modexp] 01/01: Minor fix for better layout.

git at cryptech.is git at cryptech.is
Tue Jun 2 16:33:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

joachim at secworks.se pushed a commit to branch master
in repository core/math/modexp.

commit 9fb287811dee46f5e4b20b39ab93d65f6091ff7f
Author: Joachim Strömbergson <joachim at secworks.se>
Date:   Tue Jun 2 18:33:48 2015 +0200

    Minor fix for better layout.
---
 src/model/c/src/bignum_uint32_t.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/model/c/src/bignum_uint32_t.c b/src/model/c/src/bignum_uint32_t.c
index 5ae367c..bc91aa0 100644
--- a/src/model/c/src/bignum_uint32_t.c
+++ b/src/model/c/src/bignum_uint32_t.c
@@ -16,7 +16,7 @@ void assertArrayEquals(uint32_t length, uint32_t *expected, uint32_t *actual) {
         }
         printf("0x%08x]", expected[length - 1]);
 
-        printf("\n");
+        printf("\n\n");
         printf("actual:\n[");
 	for (uint32_t i = 0; i < length - 1; i++) {
           if ((i > 0) && (!(i % 4)))



More information about the Commits mailing list