]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib/libfdt/fdt_empty_tree.c
Coding Style cleanup: remove trailing empty lines
[karo-tx-uboot.git] / lib / libfdt / fdt_empty_tree.c
index ac6c1fb04ffbaa3ecf877d68faa5b9b1d5399b9b..34f1c8443130051a6e77e25841a8760f96948398 100644 (file)
@@ -36,4 +36,3 @@ int fdt_create_empty_tree(void *buf, int bufsize)
 
        return fdt_open_into(buf, buf, bufsize);
 }
-