From 5e43070e3087d09aea2f459b033d035c5ef747d0 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 1 May 2019 12:09:44 +0100 Subject: bitbake: Strip old editor directives from file headers There are much better ways to handle this and most editors shouldn't need this in modern times, drop the noise from the files. Its not consitently applied anyway. Signed-off-by: Richard Purdie --- lib/bb/tests/codeparser.py | 2 -- lib/bb/tests/cooker.py | 2 -- lib/bb/tests/cow.py | 2 -- lib/bb/tests/data.py | 2 -- lib/bb/tests/event.py | 2 -- lib/bb/tests/fetch.py | 2 -- lib/bb/tests/parse.py | 2 -- lib/bb/tests/persist_data.py | 2 -- lib/bb/tests/utils.py | 2 -- 9 files changed, 18 deletions(-) (limited to 'lib/bb/tests') diff --git a/lib/bb/tests/codeparser.py b/lib/bb/tests/codeparser.py index 742ccc2c2..826a2d2f6 100644 --- a/lib/bb/tests/codeparser.py +++ b/lib/bb/tests/codeparser.py @@ -1,5 +1,3 @@ -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- # # BitBake Test for codeparser.py # diff --git a/lib/bb/tests/cooker.py b/lib/bb/tests/cooker.py index 70b18598e..090916e94 100644 --- a/lib/bb/tests/cooker.py +++ b/lib/bb/tests/cooker.py @@ -1,5 +1,3 @@ -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- # # BitBake Tests for cooker.py # diff --git a/lib/bb/tests/cow.py b/lib/bb/tests/cow.py index 59ad24218..b4af4bbcb 100644 --- a/lib/bb/tests/cow.py +++ b/lib/bb/tests/cow.py @@ -1,5 +1,3 @@ -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- # # BitBake Tests for Copy-on-Write (cow.py) # diff --git a/lib/bb/tests/data.py b/lib/bb/tests/data.py index 8bd472a8b..3cf5abec7 100644 --- a/lib/bb/tests/data.py +++ b/lib/bb/tests/data.py @@ -1,5 +1,3 @@ -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- # # BitBake Tests for the Data Store (data.py/data_smart.py) # diff --git a/lib/bb/tests/event.py b/lib/bb/tests/event.py index e6254c7a1..b6e40c6ae 100644 --- a/lib/bb/tests/event.py +++ b/lib/bb/tests/event.py @@ -1,5 +1,3 @@ -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- # # BitBake Tests for the Event implementation (event.py) # diff --git a/lib/bb/tests/fetch.py b/lib/bb/tests/fetch.py index c0ee308e1..97656dff6 100644 --- a/lib/bb/tests/fetch.py +++ b/lib/bb/tests/fetch.py @@ -1,5 +1,3 @@ -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- # # BitBake Tests for the Fetcher (fetch2/) # diff --git a/lib/bb/tests/parse.py b/lib/bb/tests/parse.py index 01d79e60f..9afd1b208 100644 --- a/lib/bb/tests/parse.py +++ b/lib/bb/tests/parse.py @@ -1,5 +1,3 @@ -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- # # BitBake Test for lib/bb/parse/ # diff --git a/lib/bb/tests/persist_data.py b/lib/bb/tests/persist_data.py index dbb3ce183..f641b5acb 100644 --- a/lib/bb/tests/persist_data.py +++ b/lib/bb/tests/persist_data.py @@ -1,5 +1,3 @@ -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- # # BitBake Test for lib/bb/persist_data/ # diff --git a/lib/bb/tests/utils.py b/lib/bb/tests/utils.py index 1f01447bb..4d788281a 100644 --- a/lib/bb/tests/utils.py +++ b/lib/bb/tests/utils.py @@ -1,5 +1,3 @@ -# ex:ts=4:sw=4:sts=4:et -# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- # # BitBake Tests for utils.py # -- cgit 1.2.3-korg