]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Tests/TestTools.py
BaseTools: Adjust the spaces around commas and colons
[mirror_edk2.git] / BaseTools / Tests / TestTools.py
index 20a4ea28aa11b0622429cd222b932d94e92b146c..d3a42ff426523065e069c0930653c81adfebfe4a 100644 (file)
@@ -160,7 +160,7 @@ class BaseToolsTest(unittest.TestCase):
         if minlen is None: minlen = 1024\r
         if maxlen is None: maxlen = minlen\r
         return ''.join(\r
-            [chr(random.randint(0,255))\r
+            [chr(random.randint(0, 255))\r
              for x in xrange(random.randint(minlen, maxlen))\r
             ])\r
 \r