[Git][NTPsec/ntpsec][master] Python3: Use tabs instead of space to match the rest of the file

Eric S. Raymond gitlab at mg.gitlab.com
Sat Nov 26 04:31:42 UTC 2016


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
856f082d by Matt Selsky at 2016-11-25T19:44:06-05:00
Python3: Use tabs instead of space to match the rest of the file

Fixes GitLab issue #161

- - - - -


1 changed file:

- wscript


Changes:

=====================================
wscript
=====================================
--- a/wscript
+++ b/wscript
@@ -196,7 +196,7 @@ def build(ctx):
 	ctx.recurse("attic")
 	ctx.recurse("tests")
 
-        scripts = ["ntpleapfetch/ntpleapfetch"] + python_scripts
+	scripts = ["ntpleapfetch/ntpleapfetch"] + python_scripts
 
 	ctx(
 		features    = "subst",
@@ -213,7 +213,7 @@ def build(ctx):
 	ctx.manpage(1, "ntpstats/ntpviz-man.txt")
 	ctx.manpage(8, "ntpwait/ntpwait-man.txt")
 	ctx.manpage(1, "ntpsweep/ntpsweep-man.txt")
-        ctx.manpage(8, "ntpkeygen/ntpkeygen-man.txt")
+	ctx.manpage(8, "ntpkeygen/ntpkeygen-man.txt")
 
 	# Skip running unit tests on a cross compile build
 	if not ctx.env.ENABLE_CROSS:



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/856f082dab11aa61d5435b1007baecebd0580b7a
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161126/8aadb175/attachment.html>


More information about the vc mailing list