Refactor: Expand tabs to 4 spaces

This commit is contained in:
Richard
2015-05-18 21:57:13 -06:00
parent a96a595a7a
commit 83de707587
324 changed files with 78951 additions and 78956 deletions

View File

@@ -47,14 +47,14 @@ namespace Assimp {
namespace STEP {
// --------------------------------------------------------------------------
// Convert an ASCII STEP identifier with possibly escaped character
// sequences using foreign encodings to plain UTF8.
//
// Return false if an error occurs, s may or may not be modified in
// this case and could still contain escape sequences (even partly
// escaped ones).
bool StringToUTF8(std::string& s);
// --------------------------------------------------------------------------
// Convert an ASCII STEP identifier with possibly escaped character
// sequences using foreign encodings to plain UTF8.
//
// Return false if an error occurs, s may or may not be modified in
// this case and could still contain escape sequences (even partly
// escaped ones).
bool StringToUTF8(std::string& s);
} // ! STEP