[llvm-commits] CVS: llvm/lib/System/Unix/Path.inc

Jeff Cohen jeffc at jolt-lang.org
Thu Jul 7 22:02:24 PDT 2005



Changes in directory llvm/lib/System/Unix:

Path.inc updated: 1.39 -> 1.40
---
Log message:

Stamp out tabs

---
Diffs of the changes:  (+1 -1)

 Path.inc |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/System/Unix/Path.inc
diff -u llvm/lib/System/Unix/Path.inc:1.39 llvm/lib/System/Unix/Path.inc:1.40
--- llvm/lib/System/Unix/Path.inc:1.39	Thu Jul  7 23:49:16 2005
+++ llvm/lib/System/Unix/Path.inc	Fri Jul  8 00:02:13 2005
@@ -509,7 +509,7 @@
   if (dotpos != std::string::npos) {
     if (slashpos == std::string::npos || dotpos > slashpos) {
       path.erase(dotpos, path.size()-dotpos);
-	  return true;
+      return true;
     }
   }
   return false;






More information about the llvm-commits mailing list