Formatting of Nordic client.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Sun, 13 Feb 2011 00:51:32 +0000 (00:51 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Sun, 13 Feb 2011 00:51:32 +0000 (00:51 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@922 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

client/goodfet.nrf

index 1e2a416..123d865 100755 (executable)
@@ -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);