summaryrefslogtreecommitdiff
path: root/tools/rdps.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/rdps.py
parentc02bbf98834fc5aced9de486232c21bd5855ba75 (diff)
downloadwireshark-4e2b6b13f6c71a81671fc4fb589f7919a81b931b.tar.gz
Use 4-space (PEP 8) indentation. Add modelines.
svn path=/trunk/; revision=53685
Diffstat (limited to 'tools/rdps.py')
-rwxr-xr-xtools/rdps.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/rdps.py b/tools/rdps.py
index 8f6a958bfc..2de425a62e 100755
--- a/tools/rdps.py
+++ b/tools/rdps.py
@@ -147,3 +147,14 @@ def main():
if __name__ == "__main__":
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:
+#