Surround top-level function and class definitions with two blank lines.

This commit is contained in:
Joren Vrancken
2018-07-29 13:46:06 +02:00
committed by Toshio Kuratomi
parent 9e310558ee
commit b954917761
373 changed files with 408 additions and 28 deletions

View File

@@ -172,5 +172,6 @@ def main():
module.exit_json(**result)
if __name__ == "__main__":
main()

View File

@@ -446,5 +446,6 @@ def main():
module.exit_json(**result)
if __name__ == '__main__':
main()

View File

@@ -382,5 +382,6 @@ def main():
module.exit_json(**result)
if __name__ == "__main__":
main()

View File

@@ -196,5 +196,6 @@ def main():
module.exit_json(**result)
if __name__ == "__main__":
main()

View File

@@ -338,5 +338,6 @@ def main():
module.exit_json(**result)
if __name__ == "__main__":
main()

View File

@@ -157,5 +157,6 @@ def main():
module.exit_json(**result)
if __name__ == "__main__":
main()

View File

@@ -279,5 +279,6 @@ def main():
module.exit_json(**result)
if __name__ == "__main__":
main()

View File

@@ -231,5 +231,6 @@ def main():
module.exit_json(**result)
if __name__ == "__main__":
main()

View File

@@ -185,5 +185,6 @@ def main():
module.exit_json(**result)
if __name__ == "__main__":
main()

View File

@@ -336,5 +336,6 @@ def main():
module.exit_json(**result)
if __name__ == "__main__":
main()

View File

@@ -219,5 +219,6 @@ def main():
module.exit_json(**result)
if __name__ == "__main__":
main()

View File

@@ -266,5 +266,6 @@ def main():
module.exit_json(**result)
if __name__ == "__main__":
main()