diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-01-26 22:19:07 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-01-26 22:20:07 +0100 |
commit | 5a61e283780969ff45039d3e033d1bfaac314d95 (patch) | |
tree | 15ada68c29eeb18febf49ace0556929d941e9052 /autodoc | |
parent | fc81393c7f11ffb854fe024b64146b50cf462921 (diff) |
gbuild: fix silly "expandtabs" in makefile VIM modelines
Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
Diffstat (limited to 'autodoc')
-rw-r--r-- | autodoc/Executable_autodoc.mk | 2 | ||||
-rw-r--r-- | autodoc/Module_autodoc.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/autodoc/Executable_autodoc.mk b/autodoc/Executable_autodoc.mk index e35b4277f610..8f7ff192946e 100644 --- a/autodoc/Executable_autodoc.mk +++ b/autodoc/Executable_autodoc.mk @@ -169,4 +169,4 @@ $(eval $(call gb_Executable_add_exception_objects,autodoc,\ autodoc/source/ary/doc/d_node \ )) -# vim:set shiftwidth=4 softtabstop=4 expandtab: +# vim:set noet sw=4 ts=4: diff --git a/autodoc/Module_autodoc.mk b/autodoc/Module_autodoc.mk index 80d6ce64fbbc..15034265a30e 100644 --- a/autodoc/Module_autodoc.mk +++ b/autodoc/Module_autodoc.mk @@ -16,4 +16,4 @@ $(eval $(call gb_Module_add_targets,autodoc,\ endif -# vim:set shiftwidth=4 softtabstop=4 expandtab: +# vim:set noet sw=4 ts=4: |