Wireshark-commits: [Wireshark-commits] master a51c58f: Qt: Cleanup space inside parentheses
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 17 Nov 2019 20:43:16 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a51c58fa1b1605a6088d82baf832f4fd7df49a75 Submitter: "Roland Knall <rknall@xxxxxxxxx>" Changed: branch: master Repository: wireshark Commits: a51c58f by Stig Bjørlykke (stig@xxxxxxxxxxxxx): Qt: Cleanup space inside parentheses Remove randomly used space inside parentheses to make the coding style uniform. Add space after if, for and while. Change-Id: I519f5994b6f73d8a57a5004d51ca460276c618fe Reviewed-on: https://code.wireshark.org/review/35112 Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@xxxxxxxxx> Actions performed: from 1ddd308 ReleaseNotes: Multi-selection of packets add a51c58f Qt: Cleanup space inside parentheses Summary of changes: ui/qt/about_dialog.cpp | 80 +++--- ui/qt/byte_view_tab.cpp | 42 +-- ui/qt/capture_file_dialog.cpp | 16 +- ui/qt/capture_interfaces_dialog.cpp | 2 +- ui/qt/coloring_rules_dialog.cpp | 20 +- ui/qt/column_preferences_frame.cpp | 4 +- ui/qt/enabled_protocols_dialog.cpp | 4 +- ui/qt/export_object_action.cpp | 8 +- ui/qt/extcap_argument.cpp | 224 +++++++-------- ui/qt/extcap_argument.h | 2 +- ui/qt/extcap_argument_file.cpp | 20 +- ui/qt/extcap_argument_multiselect.cpp | 42 +-- ui/qt/extcap_options_dialog.cpp | 166 +++++------ ui/qt/file_set_dialog.cpp | 2 +- ui/qt/filter_action.cpp | 28 +- ui/qt/filter_dialog.cpp | 30 +- ui/qt/filter_expression_frame.cpp | 10 +- ui/qt/follow_stream_dialog.cpp | 14 +- ui/qt/import_text_dialog.cpp | 8 +- ui/qt/interface_frame.cpp | 44 +-- ui/qt/io_graph_dialog.cpp | 18 +- ui/qt/lte_rlc_graph_dialog.cpp | 4 +- ui/qt/main.cpp | 4 +- ui/qt/main_status_bar.cpp | 60 ++-- ui/qt/main_window.cpp | 10 +- ui/qt/main_window_layout.cpp | 2 +- ui/qt/main_window_slots.cpp | 34 +-- ui/qt/manage_interfaces_dialog.cpp | 6 +- ui/qt/manager/preference_manager.cpp | 10 +- ui/qt/models/astringlist_list_model.cpp | 56 ++-- ui/qt/models/coloring_rules_model.cpp | 16 +- ui/qt/models/column_list_model.cpp | 102 +++---- ui/qt/models/decode_as_delegate.cpp | 2 +- ui/qt/models/decode_as_model.cpp | 2 +- ui/qt/models/dissector_tables_model.cpp | 2 +- ui/qt/models/enabled_protocols_model.cpp | 56 ++-- ui/qt/models/expert_info_model.cpp | 2 +- ui/qt/models/expert_info_proxy_model.cpp | 2 +- ui/qt/models/fileset_entry_model.cpp | 4 +- ui/qt/models/filter_list_model.cpp | 62 ++--- ui/qt/models/info_proxy_model.cpp | 20 +- ui/qt/models/interface_sort_filter_model.cpp | 70 ++--- ui/qt/models/interface_tree_cache_model.cpp | 146 +++++----- ui/qt/models/interface_tree_model.cpp | 144 +++++----- ui/qt/models/numeric_value_chooser_delegate.cpp | 6 +- ui/qt/models/packet_list_model.cpp | 4 +- ui/qt/models/path_chooser_delegate.cpp | 16 +- ui/qt/models/pref_delegate.cpp | 6 +- ui/qt/models/pref_models.cpp | 8 +- ui/qt/models/profile_model.cpp | 352 ++++++++++++------------ ui/qt/models/proto_tree_model.cpp | 14 +- ui/qt/models/related_packet_delegate.cpp | 8 +- ui/qt/models/resolved_addresses_models.cpp | 6 +- ui/qt/models/sparkline_delegate.cpp | 2 +- ui/qt/models/uat_delegate.cpp | 4 +- ui/qt/models/uat_model.cpp | 4 +- ui/qt/packet_dialog.cpp | 2 +- ui/qt/packet_list.cpp | 94 +++---- ui/qt/packet_range_group_box.cpp | 2 +- ui/qt/preferences_dialog.cpp | 4 +- ui/qt/profile_dialog.cpp | 144 +++++----- ui/qt/proto_tree.cpp | 72 ++--- ui/qt/resolved_addresses_dialog.cpp | 12 +- ui/qt/rpc_service_response_time_dialog.cpp | 2 +- ui/qt/rtp_analysis_dialog.cpp | 12 +- ui/qt/sctp_chunk_statistics_dialog.cpp | 2 +- ui/qt/sctp_graph_dialog.cpp | 2 +- ui/qt/tcp_stream_dialog.cpp | 6 +- ui/qt/utils/color_utils.cpp | 14 +- ui/qt/utils/data_printer.cpp | 24 +- ui/qt/utils/field_information.cpp | 20 +- ui/qt/utils/frame_information.cpp | 8 +- ui/qt/utils/proto_node.cpp | 10 +- ui/qt/utils/wireshark_zip_helper.cpp | 60 ++-- ui/qt/utils/wireshark_zip_helper.h | 2 +- ui/qt/voip_calls_dialog.cpp | 6 +- ui/qt/widgets/additional_toolbar.cpp | 140 +++++----- ui/qt/widgets/apply_line_edit.cpp | 16 +- ui/qt/widgets/byte_view_text.cpp | 4 +- ui/qt/widgets/capture_filter_edit.cpp | 18 +- ui/qt/widgets/clickable_label.cpp | 4 +- ui/qt/widgets/clickable_label.h | 2 +- ui/qt/widgets/copy_from_profile_button.cpp | 38 +-- ui/qt/widgets/display_filter_edit.cpp | 78 +++--- ui/qt/widgets/drag_drop_toolbar.cpp | 54 ++-- ui/qt/widgets/editor_file_dialog.cpp | 2 +- ui/qt/widgets/filter_expression_toolbar.cpp | 34 +-- ui/qt/widgets/packet_list_header.cpp | 36 +-- ui/qt/widgets/profile_tree_view.cpp | 20 +- ui/qt/widgets/qcustomplot.cpp | 20 +- ui/qt/widgets/wireless_timeline.cpp | 4 +- ui/qt/wireshark_application.cpp | 14 +- ui/qt/wireshark_dialog.cpp | 2 +- ui/qt/wlan_statistics_dialog.cpp | 2 +- 94 files changed, 1508 insertions(+), 1508 deletions(-)
- Prev by Date: [Wireshark-commits] master 1ddd308: ReleaseNotes: Multi-selection of packets
- Next by Date: [Wireshark-commits] master 8633ca6: Qt: Correct drag and drop with column header
- Previous by thread: [Wireshark-commits] master 1ddd308: ReleaseNotes: Multi-selection of packets
- Next by thread: [Wireshark-commits] master 8633ca6: Qt: Correct drag and drop with column header
- Index(es):