From afb9bdc76f29b2634cc8035c8bd8d27564098263 Mon Sep 17 00:00:00 2001 From: Xiao YaoBing Date: Thu, 27 May 2021 13:00:05 +0800 Subject: [PATCH] Make the code format more standardized Change-Id: I33fa0800df2dd3cfd525c27234dc6fbd46fd1e9b Reviewed-by: Allan Sandfeld Jensen --- src/widgets/widgets/qwidgetlinecontrol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } /*!