summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorXiao YaoBing <xiaoyaobing@uniontech.com>2021-05-27 13:00:05 +0800
committerXiao YaoBing <xiaoyaobing@uniontech.com>2021-05-31 04:34:23 +0000
commitafb9bdc76f29b2634cc8035c8bd8d27564098263 (patch)
tree76359f51f4401bf6b2b32cf5839ac7345ef2197d /src
parentc77840d734883c91079c942e052cbdc0994c2f01 (diff)
Make the code format more standardized
Change-Id: I33fa0800df2dd3cfd525c27234dc6fbd46fd1e9b Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/widgets/widgets/qwidgetlinecontrol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/widgets/qwidgetlinecontrol.cpp b/src/widgets/widgets/qwidgetlinecontrol.cpp
index 35541b455c..65fd23aabb 100644
--- a/src/widgets/widgets/qwidgetlinecontrol.cpp
+++ b/src/widgets/widgets/qwidgetlinecontrol.cpp
@@ -419,7 +419,7 @@ QRect QWidgetLineControl::rectForPos(int pos) const
int w = m_cursorWidth;
int ch = l.height() + 1;
- return QRect(cix-5, 0, w+9, ch);
+ return QRect(cix - 5, 0, w + 9, ch);
}
/*!