Correct arc_summary and dbufstat python style

arc_summary and dbufstat should have two spaces
after their last function definitions.

Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Closes #5881
This commit is contained in:
Giuseppe Di Natale 2017-03-09 10:21:59 -08:00 committed by Brian Behlendorf
parent c552fbc5f0
commit c3d0438173
2 changed files with 2 additions and 0 deletions

View File

@ -987,5 +987,6 @@ def main():
page(Kstat)
div2()
if __name__ == '__main__':
main()

View File

@ -577,5 +577,6 @@ def main():
if tflag:
print_dict(types_build_dict(sys.stdin))
if __name__ == '__main__':
main()