Stamp out tabs

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22357 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jeff Cohen
2005-07-08 05:02:13 +00:00
parent 8f0e8f2047
commit 85c716f83d
2 changed files with 19 additions and 20 deletions
+1 -1
View File
@@ -509,7 +509,7 @@ Path::eraseSuffix() {
if (dotpos != std::string::npos) {
if (slashpos == std::string::npos || dotpos > slashpos) {
path.erase(dotpos, path.size()-dotpos);
return true;
return true;
}
}
return false;