code style fixes
This commit is contained in:
parent
885ca80083
commit
18563be2fb
@ -53,8 +53,9 @@ namespace Plasma
|
||||
bool copyFolder(QString sourcePath, QString targetPath)
|
||||
{
|
||||
QDir source(sourcePath);
|
||||
if(!source.exists())
|
||||
if (!source.exists()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
QDir target(targetPath);
|
||||
if (!target.exists()) {
|
||||
|
Loading…
Reference in New Issue
Block a user