[Git][NTPsec/ntpsec][master] Fix more unstandard indents.

Gary E. Miller gitlab at mg.gitlab.com
Mon Aug 7 22:11:58 UTC 2017


Gary E. Miller pushed to branch master at NTPsec / ntpsec


Commits:
acc51f86 by Gary E. Miller at 2017-08-07T15:04:09-07:00
Fix more unstandard indents.

- - - - -


1 changed file:

- pylib/util.py


Changes:

=====================================
pylib/util.py
=====================================
--- a/pylib/util.py
+++ b/pylib/util.py
@@ -492,9 +492,9 @@ class PeerStatusWord:
         if statval & ntp.control.CTL_PST_BCAST:
             self.reach = "none"
             if statval & ntp.control.CTL_PST_AUTHENABLE:
-                    self.auth = "yes"
+                self.auth = "yes"
             else:
-                    self.auth = "none"
+                self.auth = "none"
         elif statval & ntp.control.CTL_PST_REACH:
             self.reach = "yes"
         else:



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/acc51f868b310d5c339141ef0880e963d56d083b

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/acc51f868b310d5c339141ef0880e963d56d083b
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/20170807/a9e37454/attachment.html>


More information about the vc mailing list