commit | adb5929e6d1300ed7b70d2404c4e5f5f4b7c2610 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Tue Feb 23 11:10:39 2016 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Wed Feb 24 14:31:34 2016 +1030 |
tree | 9a90a0546d5b0ca3371af1ceb65dc27147c844c4 | |
parent | 481c19fc044c5f57fb805fea837422a2afc0e11a [diff] |
oe_mkimage: Use consistent indentation It was inconsistent with the rest of the file, which seems to use 7 spaces. In particular, vim-sleuth was detecting the indentation style from the first indent(s) in the file, which were in the oe_mkimage function. Signed-off-by: Andrew Jeffery <andrew@aj.id.au>