diff yaffs_packedtags2.c @ 205:f95fdc6123fb

Cleanup patch - Remove all trailing whitespace and fix a few typos.
author wookey
date Thu, 13 Dec 2007 15:35:19 +0000
parents 0f915f7c1d45
children fad21fd1971d
line wrap: on
line diff
--- a/yaffs_packedtags2.c
+++ b/yaffs_packedtags2.c
@@ -128,10 +128,10 @@ void yaffs_UnpackTags2(yaffs_ExtendedTag
 						  (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: