yaffs Fixed some bugs in direct/timothy_tests/mirror_tests
[yaffs2.git] / yaffs_packedtags1.h
index 9174837d4b2aa5300710a684f40702ae65b37183..d6861ff505e45701e7edce4a354d66b25220b6a3 100644 (file)
@@ -30,8 +30,10 @@ struct yaffs_packed_tags1 {
        unsigned unused_stuff:1;
        unsigned should_be_ff;
 
-} ;
+};
 
-void yaffs_pack_tags1(struct yaffs_packed_tags1 *pt, const struct yaffs_ext_tags *t);
-void yaffs_unpack_tags1(struct yaffs_ext_tags *t, const struct yaffs_packed_tags1 *pt);
+void yaffs_pack_tags1(struct yaffs_packed_tags1 *pt,
+                     const struct yaffs_ext_tags *t);
+void yaffs_unpack_tags1(struct yaffs_ext_tags *t,
+                       const struct yaffs_packed_tags1 *pt);
 #endif