From b16f653bb9a6d7fb2a00de0808b54cf9355042e0 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 9 May 2004 05:51:18 +0000 Subject: Correct an indentation bug, add some missing modelines, and correct all the modelines to no longer set tw, and to set sts. --- bin/oe/parse/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/oe/parse/__init__.py') diff --git a/bin/oe/parse/__init__.py b/bin/oe/parse/__init__.py index c4f0cb02e..5a07e67b5 100644 --- a/bin/oe/parse/__init__.py +++ b/bin/oe/parse/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# ex:ts=4:sw=4:tw=78:et +# ex:ts=4:sw=4:sts=4:et # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- """ OpenEmbedded Parsers -- cgit 1.2.3-korg