From b1225c11f89dad1a749b6572e50e5e5fce5234e8 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 14 May 2016 12:01:37 -0400 Subject: Trailing whitespace cleanup. --- tests/test-ecdsa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-ecdsa.py') diff --git a/tests/test-ecdsa.py b/tests/test-ecdsa.py index efd96e3..f50cf59 100644 --- a/tests/test-ecdsa.py +++ b/tests/test-ecdsa.py @@ -129,7 +129,7 @@ for curve in curves: print "static const uint8_t %s[] = { /* %d bytes */" % (name, len(value)) print wrapper.fill(", ".join("0x%02x" % ord(v) for v in value)) print "};" - + print print "typedef struct {" print " hal_curve_name_t curve;" -- cgit v1.2.3