diff --git a/meta-oe/recipes-support/lzma/lzma.inc b/meta-oe/recipes-support/lzma/lzma.inc
index 72f5d47..9718600 100644
--- a/meta-oe/recipes-support/lzma/lzma.inc
+++ b/meta-oe/recipes-support/lzma/lzma.inc
@@ -14,10 +14,10 @@ SRC_URI = "http://downloads.sourceforge.net/sevenzip/lzma${@bb.data.getVar('PV',
 EXTRA_OEMAKE = "-f makefile.gcc"
 
 do_unpack_append() {
-        import oe.process
-        # Replace MS-DOS line-endings with Unix style line-endings
-        oe.process.run("find . -type f -print0 | xargs -0 sed 's/\r$//' -i",
-                       cwd=d.getVar("S", True))
+    import oe.process
+    # Replace MS-DOS line-endings with Unix style line-endings
+    oe.process.run("find . -type f -print0 | xargs -0 sed 's/\r$//' -i",
+               cwd=d.getVar("S", True))
 }
 
 do_compile() {
