diff options
Diffstat (limited to 'basctl/Library_basctl.mk')
-rw-r--r-- | basctl/Library_basctl.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/basctl/Library_basctl.mk b/basctl/Library_basctl.mk index 73e12a812a8a..61ea991e116f 100644 --- a/basctl/Library_basctl.mk +++ b/basctl/Library_basctl.mk @@ -1,3 +1,4 @@ +# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -131,4 +132,4 @@ $(eval $(call gb_Library_add_linked_libs,basctl,\ )) endif -# vim: set noet sw=4: +# vim: set noet sw=4 ts=4: |