diff options
Diffstat (limited to 'dbaccess/Library_sdbt.mk')
-rw-r--r-- | dbaccess/Library_sdbt.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dbaccess/Library_sdbt.mk b/dbaccess/Library_sdbt.mk index 5338fcf56997..011076553b1a 100644 --- a/dbaccess/Library_sdbt.mk +++ b/dbaccess/Library_sdbt.mk @@ -1,3 +1,4 @@ +# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version @@ -73,4 +74,4 @@ $(eval $(call gb_Library_add_noexception_objects,sdbt,\ dbaccess/source/shared/sdbtstrings \ )) -# vim: set noet ts=4 sw=4: +# vim: set noet sw=4 ts=4: |