Make the code format more standardized

Change-Id: I33fa0800df2dd3cfd525c27234dc6fbd46fd1e9b
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
This commit is contained in:
Xiao YaoBing 2021-05-27 13:00:05 +08:00
parent c77840d734
commit afb9bdc76f

View File

@ -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);
}
/*!