mirror of
https://github.com/KDE/konsole.git
synced 2026-05-03 12:15:33 -04:00
minor whitespace style changes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user