summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yaffs_packedtags2.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-05-28 07:31:26 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-05-28 07:31:26 +0000
commit15dd4cdcd2c1ae4f5fb2ee52678724eccaa46021 (patch)
tree789842eedad6b065fd85fe7bca8c050218f4e42b /target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yaffs_packedtags2.c
parent3f229c34150fe76cfd118d5c8923f074fa74fb78 (diff)
downloadmaster-31e0f0ae-15dd4cdcd2c1ae4f5fb2ee52678724eccaa46021.tar.gz
master-31e0f0ae-15dd4cdcd2c1ae4f5fb2ee52678724eccaa46021.tar.bz2
master-31e0f0ae-15dd4cdcd2c1ae4f5fb2ee52678724eccaa46021.zip
nuke trailing whitespaces in the yaffs code
SVN-Revision: 11277
Diffstat (limited to 'target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yaffs_packedtags2.c')
-rw-r--r--target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yaffs_packedtags2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yaffs_packedtags2.c b/target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yaffs_packedtags2.c
index 6860876c43..e420f95da1 100644
--- a/target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yaffs_packedtags2.c
+++ b/target/linux/generic-2.6/files-2.6.25/fs/yaffs2/yaffs_packedtags2.c
@@ -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: