From: Sadoon Albader Date: Fri, 8 Dec 2023 17:40:35 +0000 (+0300) Subject: remove extra newline X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d191e95e2ab895381080278cdcf00157cf66aeab;p=openpower-isa.git remove extra newline --- diff --git a/crypto/poly1305/poly1305-donna-test.py b/crypto/poly1305/poly1305-donna-test.py index 498aa7f4..5d1e3f64 100644 --- a/crypto/poly1305/poly1305-donna-test.py +++ b/crypto/poly1305/poly1305-donna-test.py @@ -32,7 +32,6 @@ from openpower.simulator.program import Program def simulation_svp(lst,initial_regs): - with Program(lst, bigendian=False) as program: sim = run_tst(program, initial_regs) return sim.gpr