minor whitespace style changes

This commit is contained in:
Kurt Hindenburg
2012-05-13 08:51:27 -04:00
parent 5e0b936666
commit 9f5877bdfc
7 changed files with 9 additions and 10 deletions

View File

@@ -52,7 +52,7 @@ QString KDE4ProfileWriter::getPath(const Profile::Ptr profile)
// been created in memory and has never been saved into disk before.
//
// use "name.profile" as filename and save it under $KDEHOME
if (! profile->isPropertySet(Profile::Path) ) {
if (!profile->isPropertySet(Profile::Path) ) {
return candidateLocalPath;
}