summaryrefslogtreecommitdiff
path: root/lib/System/Win32/DynamicLibrary.inc
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2005-05-05 22:33:09 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2005-05-05 22:33:09 +0000
commit6b8a63ae583b53a942dca7c681f4cf161c90d35e (patch)
treed391a9de63586bbc13cde90800b41893788c8bce /lib/System/Win32/DynamicLibrary.inc
parente25bc8c9571ed49c0a2d6b647a56679623f325a5 (diff)
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21704 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System/Win32/DynamicLibrary.inc')
-rw-r--r--lib/System/Win32/DynamicLibrary.inc1
1 files changed, 0 insertions, 1 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