aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pcp.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2016-03-04 09:26:00 -0500
committerJeff Morriss <jeff.morriss.ws@gmail.com>2016-03-04 15:30:44 +0000
commitab5614ae10508a465cc2938bb39018b3f36636aa (patch)
tree97a1a7f7b06daae2300ee05f6ff2fbd6f75c97d1 /epan/dissectors/packet-pcp.c
parent637aefd2b3730ef8eba360040c848205e5c3e7f3 (diff)
Clean up modelines and indentation.
To quote Icf0831717de10fc615971fa1cf75af2f1ea2d03d: HT tab stops are set every 8 spaces on UN*X; UN*X tools that treat an HT character as tabbing to 4-space tab stops, or that even are configurable but *default* to 4-space tab stops (I'm looking at *you*, Xcode!) are broken. tab-width: 4, tabstop=4, and tabSize=4 are errors if you ever expect anybody to look at your file with a UN*X tool, and every text file will probably be looked at by a UN*X tool at some point, so Don't Do That. Adjust indentation to reflect the mode lines. Change-Id: Ic829541c696e0ddbc45cc109009319859c799066 Reviewed-on: https://code.wireshark.org/review/14340 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-pcp.c')
-rw-r--r--epan/dissectors/packet-pcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pcp.c b/epan/dissectors/packet-pcp.c
index e1d9d6ff1c..340ff952a0 100644
--- a/epan/dissectors/packet-pcp.c
+++ b/epan/dissectors/packet-pcp.c
@@ -2605,6 +2605,6 @@ void proto_reg_handoff_pcp(void)
* indent-tabs-mode: nil
* End:
*
-* vi: set shiftwidth=4 tabstop=4 expandtab:
+* vi: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/