| Submitter | Olof Johansson |
|---|---|
| Date | Jan. 29, 2013, 7:50 a.m. |
| Message ID | <1359445811-6394-6-git-send-email-olof.johansson@axis.com> |
| Download | mbox | patch |
| Permalink | /patch/43601/ |
| State | Accepted |
| Commit | 230e00948ba093958e8e89e9ee380444b3dad307 |
| Headers | show |
Comments
Patch
diff --git a/lib/bb/tests/codeparser.py b/lib/bb/tests/codeparser.py index 9b2d588..d2bd4a2 100644 --- a/lib/bb/tests/codeparser.py +++ b/lib/bb/tests/codeparser.py @@ -1,3 +1,5 @@ +# 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/cow.py b/lib/bb/tests/cow.py index 599b2aa..35c5841 100644 --- a/lib/bb/tests/cow.py +++ b/lib/bb/tests/cow.py @@ -1,3 +1,5 @@ +# 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 b2ab8ee..5161586 100644 --- a/lib/bb/tests/data.py +++ b/lib/bb/tests/data.py @@ -1,3 +1,5 @@ +# 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/fetch.py b/lib/bb/tests/fetch.py index e765ca7..778d94f 100644 --- a/lib/bb/tests/fetch.py +++ b/lib/bb/tests/fetch.py @@ -1,3 +1,5 @@ +# 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/utils.py b/lib/bb/tests/utils.py index 9f60491..7c50b1d 100644 --- a/lib/bb/tests/utils.py +++ b/lib/bb/tests/utils.py @@ -1,3 +1,5 @@ +# ex:ts=4:sw=4:sts=4:et +# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- # # BitBake Tests for utils.py #
Signed-off-by: Olof Johansson <olof.johansson@axis.com> --- lib/bb/tests/codeparser.py | 2 ++ lib/bb/tests/cow.py | 2 ++ lib/bb/tests/data.py | 2 ++ lib/bb/tests/fetch.py | 2 ++ lib/bb/tests/utils.py | 2 ++ 5 files changed, 10 insertions(+)