aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/widgets/clickable_label.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2019-11-17 20:02:20 +0100
committerRoland Knall <rknall@gmail.com>2019-11-17 20:43:10 +0000
commita51c58fa1b1605a6088d82baf832f4fd7df49a75 (patch)
treed2f4bc0bddebd7ccfb4ad072a5114005d190b41c /ui/qt/widgets/clickable_label.h
parent1ddd30856d59b138861def6bff407f035c8babee (diff)
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@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'ui/qt/widgets/clickable_label.h')
-rw-r--r--ui/qt/widgets/clickable_label.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/widgets/clickable_label.h b/ui/qt/widgets/clickable_label.h
index 1e2445ba06..eb69b484f8 100644
--- a/ui/qt/widgets/clickable_label.h
+++ b/ui/qt/widgets/clickable_label.h
@@ -18,7 +18,7 @@ class ClickableLabel : public QLabel
{
Q_OBJECT
public:
- explicit ClickableLabel( QWidget* parent=0 );
+ explicit ClickableLabel(QWidget* parent=0);
signals:
void clicked();