]> git.droids-corp.org - dpdk.git/blobdiff - tools/cpu_layout.py
eal: fix argument parsing check
[dpdk.git] / tools / cpu_layout.py
index 20a409d9d6a985153e6d10515dbe0ef4bf220370..d38d0b5a0cfe9288ccc7e8184700e5bb6c5b7781 100755 (executable)
@@ -92,4 +92,4 @@ for c in cores:
         print "Core %s" % str(c).ljust(max_core_id_len),
         for s in sockets:
                 print str(core_map[(s,c)]).ljust(max_core_map_len),
-        print "\n"
+        print ""