Wireshark-commits: [Wireshark-commits] master ab5614a: Clean up modelines and indentation.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 4 Mar 2016 15:31:05 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ab5614ae10508a465cc2938bb39018b3f36636aa
Submitter: Jeff Morriss (jeff.morriss.ws@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ab5614a by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    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@xxxxxxxxx>
    

Actions performed:

    from  637aefd   cmake: fix gen-authors target.
    adds  ab5614a   Clean up modelines and indentation.


Summary of changes:
 epan/dissectors/packet-pcp.c       |    2 +-
 epan/dissectors/packet-skinny.c    |   12 +-
 epan/dissectors/packet-skinny.c.in |   12 +-
 extcap/extcap-base.c               |  302 ++++++++++++++++++------------------
 wsutil/interface.c                 |   84 +++++-----
 5 files changed, 206 insertions(+), 206 deletions(-)