From ab5614ae10508a465cc2938bb39018b3f36636aa Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Fri, 4 Mar 2016 09:26:00 -0500 Subject: 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 --- epan/dissectors/packet-pcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-pcp.c') 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: */ -- cgit v1.2.3