diff options
Diffstat (limited to 'llvm/lib/System/MappedFile.cpp')
-rw-r--r-- | llvm/lib/System/MappedFile.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/System/MappedFile.cpp b/llvm/lib/System/MappedFile.cpp index 1470fbb518d..a91a623d77c 100644 --- a/llvm/lib/System/MappedFile.cpp +++ b/llvm/lib/System/MappedFile.cpp @@ -32,4 +32,3 @@ using namespace sys; #include "Win32/MappedFile.inc" #endif -// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab |