From b6ce36c42950f0fbc2c2a4d6c65109108121356d Mon Sep 17 00:00:00 2001 From: travisutk Date: Sun, 13 Feb 2011 00:51:32 +0000 Subject: [PATCH] Formatting of Nordic client. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@922 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- client/goodfet.nrf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/goodfet.nrf b/client/goodfet.nrf index 1e2a416..123d865 100755 --- a/client/goodfet.nrf +++ b/client/goodfet.nrf @@ -150,8 +150,9 @@ if(sys.argv[1]=="test"): 2*10**6]: client.RF_setrate(foo); if(client.RF_getrate()!=foo): - print "ERROR Rate %i not supported. Got %i instead." % (foo, - client.RF_getrate()); + print "ERROR Rate %i not supported. Got %i instead." % ( + foo, + client.RF_getrate()); print "\n\n"; client.poke(0x0A,0xDEADBEEF,5); -- 2.20.1