App: PR6497 move return statement to new line
This commit is contained in:
@@ -1374,7 +1374,8 @@ PropertyString::~PropertyString()
|
||||
|
||||
void PropertyString::setValue(const char* newLabel)
|
||||
{
|
||||
if(!newLabel) return;
|
||||
if(!newLabel)
|
||||
return;
|
||||
|
||||
if(_cValue == newLabel)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user