astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2019-01-11 16:37:12 +01:00
parent 45def06d59
commit c6b48b67f9
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ void ImportProject::importCompileCommands(std::istream &istr)
/* CMAKE produces the directory without trailing / so add it if not
* there - it is needed by setIncludePaths() */
if(!endsWith(dirpath, '/'))
if (!endsWith(dirpath, '/'))
dirpath += '/';
const std::string directory = Path::fromNativeSeparators(dirpath);