Wireshark-commits: [Wireshark-commits] master 0111e46: plugins: Add editor modelines; Adjust whites

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 6 Oct 2014 01:42:34 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0111e461938d47efd1eb8dc17f135b93b253ab52
Submitter: Bill Meier (wmeier@xxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0111e46 by Bill Meier (wmeier@xxxxxxxxxxx):

    plugins: Add editor modelines; Adjust whitespace as needed.
    
    Change-Id: I36124f6021d46a228721bdc976f6b9fef1c8c088
    Reviewed-on: https://code.wireshark.org/review/4488
    Reviewed-by: Bill Meier <wmeier@xxxxxxxxxxx>
    

Actions performed:

    from  9e776a1   mpeg-pes: don't modify source and destination address colums
    adds  0111e46   plugins: Add editor modelines; Adjust whitespace as needed.


Summary of changes:
 plugins/easy_codec/codec-g722.c                |   12 +
 plugins/easy_codec/codec-g7231.c               |   26 +-
 plugins/easy_codec/codec-g729a.c               |   12 +
 plugins/ethercat/packet-ams.c                  | 1569 +++++++-------
 plugins/ethercat/packet-ecatmb.c               |   13 +
 plugins/ethercat/packet-esl.c                  |   17 +-
 plugins/ethercat/packet-ethercat-datagram.c    | 1757 ++++++++--------
 plugins/ethercat/packet-ethercat-frame.c       |   61 +-
 plugins/ethercat/packet-ioraw.c                |   51 +-
 plugins/ethercat/packet-nv.c                   |  128 +-
 plugins/gryphon/packet-gryphon.c               |   45 +-
 plugins/irda/packet-ircomm.c                   |   19 +-
 plugins/irda/packet-irda.c                     |   58 +-
 plugins/irda/packet-sir.c                      |   13 +
 plugins/m2m/packet-m2m.c                       |   69 +-
 plugins/m2m/wimax_tlv.c                        |   13 +
 plugins/mate/mate_runtime.c                    |   14 +-
 plugins/mate/mate_setup.c                      |   12 +
 plugins/mate/mate_util.c                       |   17 +-
 plugins/mate/packet-mate.c                     |   12 +
 plugins/opcua/opcua.c                          |  107 +-
 plugins/opcua/opcua_application_layer.c        |   13 +-
 plugins/opcua/opcua_security_layer.c           |   13 +-
 plugins/opcua/opcua_simpletypes.c              |  113 +-
 plugins/opcua/opcua_transport_layer.c          |   12 +
 plugins/profinet/packet-dcom-cba-acco.c        |   13 +
 plugins/profinet/packet-dcom-cba.c             |   13 +
 plugins/profinet/packet-pn-dcp.c               |   13 +
 plugins/profinet/packet-pn-mrp.c               |   13 +
 plugins/profinet/packet-pn-mrrt.c              |   13 +
 plugins/profinet/packet-pn-ptcp.c              |   13 +
 plugins/profinet/packet-pn-rt.c                |   13 +
 plugins/profinet/packet-pn.c                   |   12 +
 plugins/stats_tree/pinfo_stats_tree.c          |  101 +-
 plugins/tpg/packet-http.c                      |   13 +
 plugins/unistim/packet-unistim.c               | 2656 ++++++++++++------------
 plugins/wimax/crc.c                            |   17 +-
 plugins/wimax/crc_data.c                       |   12 +
 plugins/wimax/mac_hd_type1_decoder.c           |   31 +-
 plugins/wimax/mac_hd_type2_decoder.c           |   13 +
 plugins/wimax/mac_mgmt_msg_decoder.c           |  151 +-
 plugins/wimax/msg_aas_beam.c                   |   29 +-
 plugins/wimax/msg_clk_cmp.c                    |   13 +
 plugins/wimax/msg_dcd.c                        |   85 +-
 plugins/wimax/msg_dlmap.c                      |   85 +-
 plugins/wimax/msg_dreg.c                       |   13 +
 plugins/wimax/msg_dsa.c                        |   13 +
 plugins/wimax/msg_dsd.c                        |   13 +
 plugins/wimax/msg_dsx_rvd.c                    |   13 +
 plugins/wimax/msg_fpc.c                        |   13 +
 plugins/wimax/msg_pkm.c                        |   27 +-
 plugins/wimax/msg_prc_lt_ctrl.c                |   19 +-
 plugins/wimax/msg_reg_rsp.c                    |   21 +-
 plugins/wimax/msg_rep.c                        |   13 +
 plugins/wimax/msg_res_cmd.c                    |   13 +
 plugins/wimax/msg_rng_rsp.c                    |   27 +-
 plugins/wimax/msg_sbc.c                        |  325 +--
 plugins/wimax/msg_ucd.c                        |   33 +-
 plugins/wimax/wimax_cdma_code_decoder.c        |   15 +-
 plugins/wimax/wimax_compact_dlmap_ie_decoder.c |   77 +-
 plugins/wimax/wimax_compact_ulmap_ie_decoder.c |   55 +-
 plugins/wimax/wimax_fch_decoder.c              |   13 +
 plugins/wimax/wimax_ffb_decoder.c              |   13 +
 plugins/wimax/wimax_hack_decoder.c             |   25 +-
 plugins/wimax/wimax_harq_map_decoder.c         |   13 +
 plugins/wimax/wimax_phy_attributes_decoder.c   |   17 +-
 plugins/wimax/wimax_tlv.c                      |   13 +
 plugins/wimax/wimax_utils.c                    |   73 +-
 plugins/wimaxasncp/packet-wimaxasncp.c         |   13 +
 plugins/wimaxmacphy/packet-wimaxmacphy.c       |   13 +
 70 files changed, 4623 insertions(+), 3745 deletions(-)