DEVTOOLS: Run astyle over xcode.[cpp/h].

Manual fix up included.
This commit is contained in:
Johannes Schickel 2015-12-12 06:06:42 +01:00
parent 5d1df1c293
commit 50807b3b01
2 changed files with 48 additions and 49 deletions

View file

@ -62,9 +62,8 @@ private:
std::string _filePath; std::string _filePath;
std::string _sourceTree; std::string _sourceTree;
FileProperty(std::string fileType = "", std::string name = "", std::string path = "", std::string source = "") : FileProperty(std::string fileType = "", std::string name = "", std::string path = "", std::string source = "")
_fileEncoding(""), _lastKnownFileType(fileType), _fileName(name), _filePath(path), _sourceTree(source) : _fileEncoding(""), _lastKnownFileType(fileType), _fileName(name), _filePath(path), _sourceTree(source) {
{
} }
}; };