[kernel] nuke trailing whitespaces in the yaffs code
[openwrt.git] / target / linux / generic-2.6 / files-2.6.25 / fs / yaffs2 / yaffs_packedtags2.c
index 6860876..e420f95 100644 (file)
@@ -128,10 +128,10 @@ void yaffs_UnpackTags2(yaffs_ExtendedTags * t, yaffs_PackedTags2 * pt)
                                                  (yaffs_PackedTags2TagsPart),
                                                  &pt->ecc, &ecc);
                        switch(result){
-                               case 0: 
-                                       t->eccResult = YAFFS_ECC_RESULT_NO_ERROR; 
+                               case 0:
+                                       t->eccResult = YAFFS_ECC_RESULT_NO_ERROR;
                                        break;
-                               case 1: 
+                               case 1:
                                        t->eccResult = YAFFS_ECC_RESULT_FIXED;
                                        break;
                                case -1: