]> code.ossystems Code Review - openembedded-core.git/commitdiff
nfs-utils: Replace spaces with tabs in shell function
authorMuhammad Shakeel <muhammad_shakeel@mentor.com>
Tue, 13 Aug 2013 06:52:38 +0000 (11:52 +0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Aug 2013 10:14:12 +0000 (11:14 +0100)
As per OE-Core convention, indentation should be TAB for shell.

Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.8.bb

index 40b897bb6b997d58a1010166dd83353daf40dc95..fd6d33efd799b7b6fb9d0e2286d18b0fed2cc5f3 100644 (file)
@@ -58,7 +58,7 @@ RDEPENDS_${PN}-stats = "python"
 # Make clean needed because the package comes with
 # precompiled 64-bit objects that break the build
 do_compile_prepend() {
-    make clean
+       make clean
 }
 
 do_install_append () {