]> granicus.if.org Git - graphviz/commitdiff
remove trailing newlines from Python files
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 24 Apr 2021 16:49:41 +0000 (09:49 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 1 May 2021 00:35:16 +0000 (17:35 -0700)
config/config_python.py
tclpkg/gv/examples/simple.py

index 4a7c0237a20b4669e19dc8b8ac491d5c1f6179f8..1bb394f4eb07c16a1ec777a0378ffafc7699b16b 100644 (file)
@@ -9,4 +9,3 @@ elif sys.argv[1] == "archsitelib":
   print(sysconfig.get_python_lib(1,0))
 elif sys.argv[1] == "sitelib":
   print(sysconfig.get_python_lib(0,0))
-
index a201da22f71279fa4547da2510e682775941551d..df498db674f2f59e613df8751c131ee6b4e5aadf 100755 (executable)
@@ -13,4 +13,3 @@ gv.layout(G, "dot")
 
 # annotate the graph with the layout information
 gv.render(G, "ps")
-