Remove some ugly coding styles

This commit is contained in:
Don HO 2019-03-13 02:02:35 +01:00
parent e4f9778358
commit 5356f648c2
No known key found for this signature in database
GPG Key ID: 6C429F1D8D84F46E
30 changed files with 88 additions and 87 deletions

View File

@ -246,7 +246,8 @@ void ToolBar::setToUglyIcons()
void ToolBar::reset(bool create)
{
if(create && _hSelf) {
if (create && _hSelf)
{
//Store current button state information
TBBUTTON tempBtn;
for(size_t i = 0; i < _nbCurrentButtons; ++i)