Convert tabs to spaces.
This commit is contained in:
@@ -46,8 +46,8 @@ class OSGDB_EXPORT Output : public std::ofstream
|
||||
|
||||
Output& indent();
|
||||
|
||||
/** wrap a string with "" quotes and use \" for any internal quotes.*/
|
||||
std::string wrapString(const std::string& str);
|
||||
/** wrap a string with "" quotes and use \" for any internal quotes.*/
|
||||
std::string wrapString(const std::string& str);
|
||||
|
||||
inline void setIndentStep(int step) { _indentStep = step; }
|
||||
inline int getIndentStep() const { return _indentStep; }
|
||||
|
||||
Reference in New Issue
Block a user