summaryrefslogtreecommitdiff
path: root/jvmaccess/workbench
diff options
context:
space:
mode:
Diffstat (limited to 'jvmaccess/workbench')
-rw-r--r--jvmaccess/workbench/exceptiontest1.cxx3
-rw-r--r--jvmaccess/workbench/exceptiontest2.cxx3
-rw-r--r--jvmaccess/workbench/javainfo/javainfotest.cxx3
3 files changed, 9 insertions, 0 deletions
diff --git a/jvmaccess/workbench/exceptiontest1.cxx b/jvmaccess/workbench/exceptiontest1.cxx
index 1eec1cd6a137..4a721a91f507 100644
--- a/jvmaccess/workbench/exceptiontest1.cxx
+++ b/jvmaccess/workbench/exceptiontest1.cxx
@@ -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.
@@ -44,3 +45,5 @@ int main()
std::cout << "Exception caught" << std::endl;
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/jvmaccess/workbench/exceptiontest2.cxx b/jvmaccess/workbench/exceptiontest2.cxx
index 6a2718f6bb81..d4008fe58c23 100644
--- a/jvmaccess/workbench/exceptiontest2.cxx
+++ b/jvmaccess/workbench/exceptiontest2.cxx
@@ -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.
@@ -44,3 +45,5 @@ int main()
std::cout << "Exception caught" << std::endl;
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/jvmaccess/workbench/javainfo/javainfotest.cxx b/jvmaccess/workbench/javainfo/javainfotest.cxx
index 30bd9bbfd318..a87cffadfdaf 100644
--- a/jvmaccess/workbench/javainfo/javainfotest.cxx
+++ b/jvmaccess/workbench/javainfo/javainfotest.cxx
@@ -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.
@@ -370,3 +371,5 @@ void printInfo(const JavaInfo& info)
printf("\tLibDir: %s \n", sLibLocation.getStr());
printf("\t%s\n", baccess ? "accessible" : "not accessible");
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */