Fix minor typo.
[yaffs2.git] / yaffs_packedtags2.c
index 624f8ace1176c1645fce0faf77305369356ead31..e420f95da1918ae0738568ec263a731c9e8f9eee 100644 (file)
@@ -9,7 +9,6 @@
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
- *
  */
 
 #include "yaffs_packedtags2.h"
@@ -129,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: