summaryrefslogtreecommitdiff
path: root/tools/win
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-27 12:30:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-28 15:52:27 +0100
commit08cbfebc045715334701b2a7f318d10256499d50 (patch)
tree58e157c6c2d67f0322c2eb5a695ae700f89bc5e6 /tools/win
parentf0a94a67d3eb6d9ade5501db273d73c4091817ef (diff)
add modelines to .h and .c files as well
Diffstat (limited to 'tools/win')
-rw-r--r--tools/win/inc/shellex.h2
-rw-r--r--tools/win/inc/shutil.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/tools/win/inc/shellex.h b/tools/win/inc/shellex.h
index f81502a3382b..8aa68a5c8d5e 100644
--- a/tools/win/inc/shellex.h
+++ b/tools/win/inc/shellex.h
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -113,3 +114,4 @@ WINSHELLCALL BOOL WINAPI SHChangeNotifyDeregister( HANDLE hNotify )
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/win/inc/shutil.h b/tools/win/inc/shutil.h
index 1daae442292d..0edd1dd2cb6c 100644
--- a/tools/win/inc/shutil.h
+++ b/tools/win/inc/shutil.h
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -213,3 +214,4 @@ DWORD WINAPI WIN_SHDeleteValue(
#endif // _SHUTIL_H_
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */