diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-11 17:33:43 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-19 10:24:50 +0100 |
commit | bfd279de3275abbfaf3e630383ec244131e0375f (patch) | |
tree | 0d1c90461a890d21444f5d2afb13c52b302427f1 /meta/classes/boot-directdisk.bbclass | |
parent | 99203edda6f0b09d817454d656c100b7a8806b18 (diff) | |
download | poky-bfd279de3275abbfaf3e630383ec244131e0375f.tar.gz |
Convert tab indentation in python functions into four-space
(From OE-Core rev: 604d46c686d06d62d5a07b9c7f4fa170f99307d8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/boot-directdisk.bbclass')
-rw-r--r-- | meta/classes/boot-directdisk.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/boot-directdisk.bbclass b/meta/classes/boot-directdisk.bbclass index 1c601c60c3..d265485bb7 100644 --- a/meta/classes/boot-directdisk.bbclass +++ b/meta/classes/boot-directdisk.bbclass | |||
@@ -92,8 +92,8 @@ build_boot_dd() { | |||
92 | } | 92 | } |
93 | 93 | ||
94 | python do_bootdirectdisk() { | 94 | python do_bootdirectdisk() { |
95 | bb.build.exec_func('build_syslinux_cfg', d) | 95 | bb.build.exec_func('build_syslinux_cfg', d) |
96 | bb.build.exec_func('build_boot_dd', d) | 96 | bb.build.exec_func('build_boot_dd', d) |
97 | } | 97 | } |
98 | 98 | ||
99 | addtask bootdirectdisk before do_build | 99 | addtask bootdirectdisk before do_build |