summaryrefslogtreecommitdiff
path: root/unodevtools
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-01-26 22:19:07 +0100
committerMichael Stahl <mstahl@redhat.com>2013-01-26 22:20:07 +0100
commit5a61e283780969ff45039d3e033d1bfaac314d95 (patch)
tree15ada68c29eeb18febf49ace0556929d941e9052 /unodevtools
parentfc81393c7f11ffb854fe024b64146b50cf462921 (diff)
gbuild: fix silly "expandtabs" in makefile VIM modelines
Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
Diffstat (limited to 'unodevtools')
-rw-r--r--unodevtools/Executable_skeletonmaker.mk2
-rw-r--r--unodevtools/Module_unodevtools.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/unodevtools/Executable_skeletonmaker.mk b/unodevtools/Executable_skeletonmaker.mk
index 40fae4e1b5df..433ba38b85ff 100644
--- a/unodevtools/Executable_skeletonmaker.mk
+++ b/unodevtools/Executable_skeletonmaker.mk
@@ -63,4 +63,4 @@ $(eval $(call gb_Executable_add_exception_objects,uno-skeletonmaker,\
unodevtools/source/skeletonmaker/cppcompskeleton \
))
-# vim:set shiftwidth=4 softtabstop=4 expandtab:
+# vim:set noet sw=4 ts=4:
diff --git a/unodevtools/Module_unodevtools.mk b/unodevtools/Module_unodevtools.mk
index 09ca03a16cba..16b409a077b1 100644
--- a/unodevtools/Module_unodevtools.mk
+++ b/unodevtools/Module_unodevtools.mk
@@ -34,4 +34,4 @@ $(eval $(call gb_Module_add_targets,unodevtools,\
endif
-# vim:set shiftwidth=4 softtabstop=4 expandtab:
+# vim:set noet sw=4 ts=4: