summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-05-25 16:05:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-05-25 16:05:44 +0100
commit03b79d83d0de7f010f0b76d0e6bda2406693869f (patch)
treec519f5970b184d72297b6fcd34ff2ca9cf8994ec /solenv
parentb6004db1204cdbb4f9c5ba4c58c8ecf0a986302b (diff)
add mode-lines to these
Diffstat (limited to 'solenv')
-rw-r--r--solenv/inc/win32/jni_md.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/inc/win32/jni_md.h b/solenv/inc/win32/jni_md.h
index 745a0d4f15db..b7aab253b350 100644
--- a/solenv/inc/win32/jni_md.h
+++ b/solenv/inc/win32/jni_md.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.
*
@@ -37,3 +38,5 @@ typedef __int64 jlong;
typedef char jbyte;
#endif /* JNI_MD_H_INCLUDED */
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */