aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Unix
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-07-08 05:02:13 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-07-08 05:02:13 +0000
commit85c716f83d200cc00e3fc54f3de90b6ce0d44744 (patch)
tree428bebb30dd8076ec95a89ffbbe936aeb0e8ff8a /lib/System/Unix
parent8f0e8f20477af51805a0a27eed3f5f148cadefc9 (diff)
downloadexternal_llvm-85c716f83d200cc00e3fc54f3de90b6ce0d44744.zip
external_llvm-85c716f83d200cc00e3fc54f3de90b6ce0d44744.tar.gz
external_llvm-85c716f83d200cc00e3fc54f3de90b6ce0d44744.tar.bz2
Stamp out tabs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22357 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System/Unix')
-rw-r--r--lib/System/Unix/Path.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Unix/Path.inc b/lib/System/Unix/Path.inc
index 7978635..400318b 100644
--- a/lib/System/Unix/Path.inc
+++ b/lib/System/Unix/Path.inc
@@ -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;