summaryrefslogtreecommitdiff
path: root/lib/System/Win32
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System/Win32')
-rw-r--r--lib/System/Win32/DynamicLibrary.inc1
-rw-r--r--lib/System/Win32/MappedFile.inc1
-rw-r--r--lib/System/Win32/Memory.inc1
-rw-r--r--lib/System/Win32/Path.inc1
-rw-r--r--lib/System/Win32/Process.inc1
-rw-r--r--lib/System/Win32/Program.inc1
-rw-r--r--lib/System/Win32/Signals.inc1
-rw-r--r--lib/System/Win32/TimeValue.inc1
8 files changed, 0 insertions, 8 deletions
diff --git a/lib/System/Win32/DynamicLibrary.inc b/lib/System/Win32/DynamicLibrary.inc
index 24b63cca714..12ea8ec4fb2 100644
--- a/lib/System/Win32/DynamicLibrary.inc
+++ b/lib/System/Win32/DynamicLibrary.inc
@@ -124,4 +124,3 @@ void *DynamicLibrary::GetAddressOfSymbol(const char *symbolName) {
}
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab
diff --git a/lib/System/Win32/MappedFile.inc b/lib/System/Win32/MappedFile.inc
index 982a3b23900..e7963c6b6a4 100644
--- a/lib/System/Win32/MappedFile.inc
+++ b/lib/System/Win32/MappedFile.inc
@@ -129,4 +129,3 @@ void MappedFile::size(size_t new_size) {
}
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab
diff --git a/lib/System/Win32/Memory.inc b/lib/System/Win32/Memory.inc
index f7b05abe037..9ebef6a71a3 100644
--- a/lib/System/Win32/Memory.inc
+++ b/lib/System/Win32/Memory.inc
@@ -50,4 +50,3 @@ void Memory::ReleaseRWX(MemoryBlock& M) {
}
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab
diff --git a/lib/System/Win32/Path.inc b/lib/System/Win32/Path.inc
index cc6678f3a68..d3c85916182 100644
--- a/lib/System/Win32/Path.inc
+++ b/lib/System/Win32/Path.inc
@@ -780,5 +780,4 @@ Path::createTemporaryFile(bool reuse_current) {
}
}
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab
diff --git a/lib/System/Win32/Process.inc b/lib/System/Win32/Process.inc
index 278ed17d764..5b090da3c2e 100644
--- a/lib/System/Win32/Process.inc
+++ b/lib/System/Win32/Process.inc
@@ -126,4 +126,3 @@ bool Process::StandardErrIsDisplayed() {
}
}
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab
diff --git a/lib/System/Win32/Program.inc b/lib/System/Win32/Program.inc
index 0c1b680e4f1..6519ca50690 100644
--- a/lib/System/Win32/Program.inc
+++ b/lib/System/Win32/Program.inc
@@ -219,4 +219,3 @@ Program::ExecuteAndWait(const Path& path,
}
}
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab
diff --git a/lib/System/Win32/Signals.inc b/lib/System/Win32/Signals.inc
index 55e2d2d6a5c..2d35628edc3 100644
--- a/lib/System/Win32/Signals.inc
+++ b/lib/System/Win32/Signals.inc
@@ -236,4 +236,3 @@ static BOOL WINAPI LLVMConsoleCtrlHandler(DWORD dwCtrlType) {
return FALSE;
}
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab
diff --git a/lib/System/Win32/TimeValue.inc b/lib/System/Win32/TimeValue.inc
index 01f74848b80..ce2eb8d1f12 100644
--- a/lib/System/Win32/TimeValue.inc
+++ b/lib/System/Win32/TimeValue.inc
@@ -47,6 +47,5 @@ std::string TimeValue::toString() const {
return std::string(buffer);
}
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab
}