summaryrefslogtreecommitdiff
path: root/tools/ncp2222.py
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-12-01 01:53:26 +0000
committerGerald Combs <gerald@wireshark.org>2013-12-01 01:53:26 +0000
commit4e2b6b13f6c71a81671fc4fb589f7919a81b931b (patch)
tree1c7ac3ed93df02422d03e751546cbaa0b5563e74 /tools/ncp2222.py
parentc02bbf98834fc5aced9de486232c21bd5855ba75 (diff)
downloadwireshark-4e2b6b13f6c71a81671fc4fb589f7919a81b931b.tar.gz
Use 4-space (PEP 8) indentation. Add modelines.
svn path=/trunk/; revision=53685
Diffstat (limited to 'tools/ncp2222.py')
-rwxr-xr-xtools/ncp2222.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/ncp2222.py b/tools/ncp2222.py
index 4ea4ab4b53..9e07440d27 100755
--- a/tools/ncp2222.py
+++ b/tools/ncp2222.py
@@ -16469,3 +16469,15 @@ if __name__ == '__main__':
# print "Function callees"
# p.print_callees()
main()
+
+#
+# Editor modelines - http://www.wireshark.org/tools/modelines.html
+#
+# Local variables:
+# c-basic-offset: 4
+# indent-tabs-mode: nil
+# End:
+#
+# vi: set shiftwidth=4 expandtab:
+# :indentSize=4:noTabs=true:
+#