Wireshark-commits: [Wireshark-commits] master f3dd7fe: Fix whitespace/indentation to match editor m

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 5 Aug 2014 20:42:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f3dd7fe1eb5348922b079db2bdede700d4d28fbd
Submitter: Bill Meier (wmeier@xxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f3dd7fe by Bill Meier (wmeier@xxxxxxxxxxx):

    Fix whitespace/indentation to match editor modelines.
    
    Change-Id: I3445ae22f10584582d465bf632942e016f5f70ca
    Reviewed-on: https://code.wireshark.org/review/3452
    Reviewed-by: Bill Meier <wmeier@xxxxxxxxxxx>
    

Actions performed:

    from  dfe331e   we may set a TFTP port via Decode As take this setting into account when we try to detect the first packet of a tftp transfer
    adds  f3dd7fe   Fix whitespace/indentation to match editor modelines.


Summary of changes:
 capinfos.c                   |    2 +-
 captype.c                    |    2 +-
 dumpcap.c                    |   22 +-
 editcap.c                    |    2 +-
 epan/address.h               |   62 +-
 epan/charsets.h              |    4 +-
 epan/conversation_table.c    |   12 +-
 epan/frame_data_sequence.c   |   22 +-
 epan/oids.h                  |    2 +-
 epan/prefs.c                 | 2310 ++++++++---------
 mergecap.c                   |    2 +-
 pcapio.c                     |   10 +-
 reordercap.c                 |    2 +-
 text2pcap.c                  |    2 +-
 tfshark.c                    |   20 +-
 tshark.c                     |   28 +-
 ui/gtk/addr_resolution_dlg.c |  310 +--
 ui/gtk/color_dlg.c           |   28 +-
 ui/gtk/conversations_table.c |    4 +-
 ui/gtk/main.c                |    2 +-
 ui/gtk/text_page_utils.c     |    2 +-
 wiretap/pcapng.c             | 5800 +++++++++++++++++++++---------------------
 wiretap/vwr.c                |  136 +-
 wiretap/wtap.h               |   18 +-
 24 files changed, 4402 insertions(+), 4402 deletions(-)