aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Bytecode/BytecodeHandler.h1
-rw-r--r--include/llvm/System/MappedFile.h1
-rw-r--r--include/llvm/System/Memory.h1
-rw-r--r--include/llvm/System/Path.h1
-rw-r--r--include/llvm/System/Process.h1
-rw-r--r--include/llvm/System/Program.h1
-rw-r--r--include/llvm/System/TimeValue.h1
7 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/Bytecode/BytecodeHandler.h b/include/llvm/Bytecode/BytecodeHandler.h
index c12ac099b8..c693380e1d 100644
--- a/include/llvm/Bytecode/BytecodeHandler.h
+++ b/include/llvm/Bytecode/BytecodeHandler.h
@@ -321,5 +321,4 @@ public:
};
}
-// vim: sw=2 ai
#endif
diff --git a/include/llvm/System/MappedFile.h b/include/llvm/System/MappedFile.h
index decc89411d..6092de6ffb 100644
--- a/include/llvm/System/MappedFile.h
+++ b/include/llvm/System/MappedFile.h
@@ -152,6 +152,5 @@ namespace sys {
}
}
-// vim: sw=2
#endif
diff --git a/include/llvm/System/Memory.h b/include/llvm/System/Memory.h
index 7377593615..305ec68cbb 100644
--- a/include/llvm/System/Memory.h
+++ b/include/llvm/System/Memory.h
@@ -59,6 +59,5 @@ namespace sys {
}
}
-// vim: sw=2
#endif
diff --git a/include/llvm/System/Path.h b/include/llvm/System/Path.h
index 850d3218bf..dc7e324855 100644
--- a/include/llvm/System/Path.h
+++ b/include/llvm/System/Path.h
@@ -602,6 +602,5 @@ inline std::ostream& operator<<(std::ostream& strm, const sys::Path& aPath) {
}
-// vim: sw=2
#endif
diff --git a/include/llvm/System/Process.h b/include/llvm/System/Process.h
index cef3252a4d..08a20ed62b 100644
--- a/include/llvm/System/Process.h
+++ b/include/llvm/System/Process.h
@@ -99,6 +99,5 @@ namespace sys {
}
}
-// vim: sw=2
#endif
diff --git a/include/llvm/System/Program.h b/include/llvm/System/Program.h
index a0e0f8c2b6..8ac421b2b8 100644
--- a/include/llvm/System/Program.h
+++ b/include/llvm/System/Program.h
@@ -77,6 +77,5 @@ namespace sys {
}
}
-// vim: sw=2
#endif
diff --git a/include/llvm/System/TimeValue.h b/include/llvm/System/TimeValue.h
index 45f5306444..47f79cece5 100644
--- a/include/llvm/System/TimeValue.h
+++ b/include/llvm/System/TimeValue.h
@@ -380,5 +380,4 @@ inline TimeValue operator - (const TimeValue &tv1, const TimeValue &tv2) {
}
}
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab
#endif