aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dnp.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-07-23 17:46:09 +0000
committerBill Meier <wmeier@newsguy.com>2009-07-23 17:46:09 +0000
commit65faee6470a74a7511b5182e8d337b3ebb31a8d5 (patch)
tree8124886c9e5fbdcef9f97eb46c40203ca2b206e4 /epan/dissectors/packet-dnp.c
parent7f00738810af4560a0fe9f7b3b112c38854e51c7 (diff)
Set editor modelines to be consistent between emacs and vi/ex;
Indentation and whitespace cleanup; svn path=/trunk/; revision=29180
Diffstat (limited to 'epan/dissectors/packet-dnp.c')
-rw-r--r--epan/dissectors/packet-dnp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-dnp.c b/epan/dissectors/packet-dnp.c
index 3ccef9c695..d9a6e6e22c 100644
--- a/epan/dissectors/packet-dnp.c
+++ b/epan/dissectors/packet-dnp.c
@@ -1,4 +1,4 @@
-/* packet-dnp.c
+/* packet-dnp.c
* Routines for DNP dissection
* Copyright 2003, 2006, 2007, Graham Bloice <graham.bloice@trihedral.com>
*
@@ -3098,10 +3098,10 @@ proto_reg_handoff_dnp3(void)
* Local Variables:
* c-basic-offset: 2
* tab-width: 8
- * indent-tabs-mode: t
+ * indent-tabs-mode: nil
* End:
*
- * ex: set shiftwidth=2 tabstop=8 noexpandtab
- * :indentSize=2:tabSize=8:noTabs=false:
+ * ex: set shiftwidth=2 tabstop=8 expandtab
+ * :indentSize=2:tabSize=8:noTabs=true:
*/