Wireshark-commits: [Wireshark-commits] master 10b83e6: Add editor-modelines; adjust whitespace.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 14 Oct 2014 16:45:11 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=10b83e6931debe1f1f2ea4edce86ddf168995e51
Submitter: Bill Meier (wmeier@xxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

10b83e6 by Bill Meier (wmeier@xxxxxxxxxxx):

    Add editor-modelines; adjust whitespace.
    
    Change-Id: I8cad872cee972a6d22a72852dac57fd188daca84
    Reviewed-on: https://code.wireshark.org/review/4683
    Reviewed-by: Bill Meier <wmeier@xxxxxxxxxxx>
    

Actions performed:

    from  2359e67   GTPv2 Dissect more bits in IE Indication.
    adds  10b83e6   Add editor-modelines; adjust whitespace.


Summary of changes:
 wsutil/adler32.c           |   13 +
 wsutil/aes.c               |  477 +++++++--------
 wsutil/airpdcap_wep.c      |   13 +
 wsutil/base64.c            |   15 +-
 wsutil/bitswap.c           |   19 +-
 wsutil/buffer.c            |   13 +
 wsutil/cfutils.c           |   13 +
 wsutil/clopts_common.c     |   15 +-
 wsutil/cmdarg_err.c        |   13 +
 wsutil/compiler_info.c     |   13 +
 wsutil/copyright_info.c    |   21 +-
 wsutil/cpu_info.c          |   13 +
 wsutil/crash_info.c        |   15 +-
 wsutil/crc10.c             |   29 +-
 wsutil/crc11.c             |   13 +
 wsutil/crc16-plain.c       |   12 +
 wsutil/crc16.c             |  335 ++++++-----
 wsutil/crc6.c              |   21 +-
 wsutil/crc7.c              |   14 +-
 wsutil/crc8.c              |   77 ++-
 wsutil/des.c               |   13 +
 wsutil/eax.c               |  141 +++--
 wsutil/file_util.c         |  293 ++++-----
 wsutil/g711.c              |   13 +
 wsutil/glib_version_info.c |   13 +
 wsutil/inet_aton.c         |   13 +
 wsutil/inet_ntop.c         |   15 +-
 wsutil/inet_pton.c         |   13 +
 wsutil/md4.c               |   53 +-
 wsutil/md5.c               |  171 +++---
 wsutil/mem_info.c          |   13 +
 wsutil/mpeg-audio.c        |   43 +-
 wsutil/os_version_info.c   |   13 +
 wsutil/rc4.c               |   15 +-
 wsutil/report_err.c        |   13 +
 wsutil/sha1.c              |   23 +-
 wsutil/str_util.c          |   27 +-
 wsutil/strncasecmp.c       |   15 +-
 wsutil/strptime.c          | 1411 ++++++++++++++++++++++----------------------
 wsutil/tempfile.c          |  211 +++----
 wsutil/time_util.c         |   13 +
 wsutil/type_util.c         |   13 +
 wsutil/u3.c                |   15 +-
 wsutil/unicode-utils.c     |   27 +-
 wsutil/ws_mempbrk.c        |   13 +
 wsutil/ws_version_info.c   |   13 +
 wsutil/wsgetopt.c          | 1309 ++++++++++++++++++++--------------------
 47 files changed, 2841 insertions(+), 2238 deletions(-)