aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/extcap_argument.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/extcap_argument.h')
-rw-r--r--ui/qt/extcap_argument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/extcap_argument.h b/ui/qt/extcap_argument.h
index 07813f9f2a..163fe87e68 100644
--- a/ui/qt/extcap_argument.h
+++ b/ui/qt/extcap_argument.h
@@ -41,7 +41,7 @@ public:
void setChildren(ExtcapValueList children);
ExtcapValueList children()
{
- if ( _children.length() == 0 )
+ if (_children.length() == 0)
return ExtcapValueList();
return _children;
}