From 720f57d0009fd3941d327d30dc064adbc5feb5a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Sat, 23 Jan 2016 13:18:30 +0100 Subject: ui: Code cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- ui/qt/bluetooth_att_server_attributes_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/qt/bluetooth_att_server_attributes_dialog.cpp') diff --git a/ui/qt/bluetooth_att_server_attributes_dialog.cpp b/ui/qt/bluetooth_att_server_attributes_dialog.cpp index cbb3673efa..2b787552da 100644 --- a/ui/qt/bluetooth_att_server_attributes_dialog.cpp +++ b/ui/qt/bluetooth_att_server_attributes_dialog.cpp @@ -164,7 +164,7 @@ void BluetoothAttServerAttributesDialog::on_actionCopy_Rows_triggered() clipboard->setText(copy); } -void BluetoothAttServerAttributesDialog::tapReset(void *tapinfo_ptr ) +void BluetoothAttServerAttributesDialog::tapReset(void *tapinfo_ptr) { tapinfo_t *tapinfo = (tapinfo_t *) tapinfo_ptr; BluetoothAttServerAttributesDialog *bluetooth_att_server_attributes_dialog = static_cast(tapinfo->ui); -- cgit v1.2.1