DEVTOOLS: Run astyle over xcode.[cpp/h].
Manual fix up included.
This commit is contained in:
parent
5d1df1c293
commit
50807b3b01
2 changed files with 48 additions and 49 deletions
|
@ -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) {
|
||||||
{
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue