[Git][NTPsec/ntpsec][master] PEP8 fixes
Matt Selsky
gitlab at mg.gitlab.com
Mon Apr 24 11:46:14 UTC 2017
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
e031d93e by Matt Selsky at 2017-04-24T07:43:10-04:00
PEP8 fixes
73:20: E201 whitespace after '('
74:9: E128 continuation line under-indented for visual indent
- - - - -
1 changed file:
- wafhelpers/options.py
Changes:
=====================================
wafhelpers/options.py
=====================================
--- a/wafhelpers/options.py
+++ b/wafhelpers/options.py
@@ -70,8 +70,8 @@ def options_cmd(ctx, config):
grp.add_option('--cflags', type='string', action="callback",
callback=callback_flags,
help="Users should use CFLAGS in their environment.")
- grp.add_option( '--build-epoch', type='int', default=None,
- help="Force epoch, or use SOURCE_DATE_EPOCH in environment")
+ grp.add_option('--build-epoch', type='int', default=None,
+ help="Force epoch, or use SOURCE_DATE_EPOCH in environment")
grp.add_option('--ldflags', type='string', action="callback",
callback=callback_flags,
help="Users should use LDFLAGS in their environment.")
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/e031d93e1d43904751ac532b37bef58288711330
---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/e031d93e1d43904751ac532b37bef58288711330
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170424/ced07bd7/attachment.html>
More information about the vc
mailing list