Make the code format more standardized
Change-Id: I33fa0800df2dd3cfd525c27234dc6fbd46fd1e9b Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
This commit is contained in:
parent
c77840d734
commit
afb9bdc76f
@ -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);
|
||||
}
|
||||
|
||||
/*!
|
||||
|
Loading…
Reference in New Issue
Block a user