summaryrefslogtreecommitdiff
path: root/sccomp/Library_solver.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-30 23:01:11 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-30 23:01:11 +0300
commit0ae6a22f45b8e82d69f325e93c406dd1166415a0 (patch)
treef0417840fec6ec77c5cc6c0eedbe930b9d18b31d /sccomp/Library_solver.mk
parentd79591d61e6efb8cb55e2eac68992c260cf4ffd6 (diff)
Add consistent Emacs and vim mode lines
Diffstat (limited to 'sccomp/Library_solver.mk')
-rw-r--r--sccomp/Library_solver.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/sccomp/Library_solver.mk b/sccomp/Library_solver.mk
index 586c23776f31..a9e96454e392 100644
--- a/sccomp/Library_solver.mk
+++ b/sccomp/Library_solver.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.
@@ -53,3 +54,5 @@ $(eval $(call gb_Library_use_external,solver,lpsolve55))
$(eval $(call gb_Library_add_exception_objects,solver,\
sccomp/source/solver/solver \
))
+
+# vim: set noet sw=4 ts=4: