Wireshark-commits: [Wireshark-commits] master 720f57d: ui: Code cleanup

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 23 Jan 2016 23:16:04 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=720f57d0009fd3941d327d30dc064adbc5feb5a0
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

720f57d by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    ui: Code cleanup
    
    Fixed code layout to use common style in the file.
    Mostly whitespace changes.
    
    Change-Id: Id37b57717a9e26248fad07322dff09b1d1f45ac2
    Reviewed-on: https://code.wireshark.org/review/13504
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  dd46389   ANSI A: get rid of a global buffer
    adds  720f57d   ui: Code cleanup


Summary of changes:
 ui/gtk/main_toolbar.c                            |   74 ++++-----
 ui/qt/about_dialog.cpp                           |   13 +-
 ui/qt/bluetooth_att_server_attributes_dialog.cpp |    2 +-
 ui/qt/bluetooth_devices_dialog.cpp               |    2 +-
 ui/qt/bluetooth_hci_summary_dialog.cpp           |    2 +-
 ui/qt/byte_view_text.cpp                         |    2 +-
 ui/qt/capture_file_dialog.cpp                    |    4 +-
 ui/qt/capture_interfaces_dialog.cpp              |    4 +-
 ui/qt/export_dissection_dialog.cpp               |    7 +-
 ui/qt/follow_stream_dialog.cpp                   |    6 +-
 ui/qt/interface_tree.cpp                         |   14 +-
 ui/qt/main_status_bar.cpp                        |    2 +-
 ui/qt/main_welcome.cpp                           |   10 +-
 ui/qt/main_window.cpp                            |  183 ++++++++++------------
 ui/qt/main_window_slots.cpp                      |   29 ++--
 ui/qt/manage_interfaces_dialog.h                 |    2 +-
 ui/qt/packet_list.h                              |    2 +-
 ui/qt/print_dialog.cpp                           |   11 +-
 ui/qt/rtp_analysis_dialog.cpp                    |   26 +--
 ui/qt/rtp_audio_stream.cpp                       |    2 +-
 ui/qt/sctp_chunk_statistics_dialog.cpp           |    6 +-
 ui/qt/sctp_graph_dialog.cpp                      |    4 +-
 ui/qt/sparkline_delegate.cpp                     |    2 +-
 ui/qt/stats_tree_dialog.cpp                      |    4 +-
 ui/qt/tcp_stream_dialog.cpp                      |    2 +-
 ui/qt/traffic_table_dialog.cpp                   |    6 +-
 ui/qt/wlan_statistics_dialog.cpp                 |    2 +-
 27 files changed, 192 insertions(+), 231 deletions(-)