From 5a61e283780969ff45039d3e033d1bfaac314d95 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 26 Jan 2013 22:19:07 +0100 Subject: gbuild: fix silly "expandtabs" in makefile VIM modelines Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16 --- cppuhelper/InternalUnoApi_cppuhelper.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppuhelper') diff --git a/cppuhelper/InternalUnoApi_cppuhelper.mk b/cppuhelper/InternalUnoApi_cppuhelper.mk index 077959538099..c61b5b07671b 100644 --- a/cppuhelper/InternalUnoApi_cppuhelper.mk +++ b/cppuhelper/InternalUnoApi_cppuhelper.mk @@ -40,4 +40,4 @@ $(eval $(call gb_InternalUnoApi_add_idlfiles,cppuhelper,cppuhelper/unotypes/cppu XExceptionThrower \ )) -# vim:set shiftwidth=4 softtabstop=4 expandtab: +# vim:set noet sw=4 ts=4: -- cgit