]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - fs/jffs2/jffs2_1pass.c
* Patches by Xianghua Xiao, 15 Oct 2003:
[karo-tx-uboot.git] / fs / jffs2 / jffs2_1pass.c
index 3897ce613071de4f452ac56e0322f15903620adf..e6d7d3d96768995f980c05b867d1df45e609a3ea 100644 (file)
@@ -312,7 +312,7 @@ static int compare_dirents(struct b_node *new, struct b_node *old)
                jOld->ino = 0;
                return 1;
        }
-       
+
        return 0;
 }
 #endif