diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-08-29 19:24:53 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-08-29 19:24:53 +0000 |
commit | bb5301eebf7775ff52531d5b6e034ec42c42f528 (patch) | |
tree | b8506e49e52819bc9e27f5bd2c3178fd60a4a819 /llvm/lib/System/Path.cpp | |
parent | 2f209c44525dde7b8e8b6fe8f0af6637d7f93407 (diff) | |
download | bcm5719-llvm-bb5301eebf7775ff52531d5b6e034ec42c42f528.tar.gz bcm5719-llvm-bb5301eebf7775ff52531d5b6e034ec42c42f528.zip |
Correct the vim: specification
llvm-svn: 16087
Diffstat (limited to 'llvm/lib/System/Path.cpp')
-rw-r--r-- | llvm/lib/System/Path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/System/Path.cpp b/llvm/lib/System/Path.cpp index 93c1e0a7100..fd7fd4f665b 100644 --- a/llvm/lib/System/Path.cpp +++ b/llvm/lib/System/Path.cpp @@ -36,4 +36,4 @@ Path::is_directory() const { // Include the truly platform-specific parts of this class. #include "platform/Path.cpp" -// vim: sw=2 +// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab |