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:31 +0000 (11:14 +0100)
As per OE-Core convention, indentation should be TAB for shell.

(From OE-Core rev: 91b6d2cf08c5c6ad58f0f9a85a3536a9034342b8)

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

index 40b897b..fd6d33e 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 () {