diff options
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 2a66f730dcd2..cd15f9e14d1a 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.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. @@ -642,4 +643,5 @@ $(call gb_LinkTarget_add_libs,$(1), \ ) endef + # vim: set noet sw=4 ts=4: |