commit bd0cdc382d8bdf184ebc981a8a8e066080bbc17e
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date:   Tue May 29 00:37:35 2007 -0400

    coding_style: reformatted lines over 80 chars

diff --git a/fs/unionfs/odf.c b/fs/unionfs/odf.c
index 
3ed0284694959aa602c6fd109974e8f72a2e5aba..26fe71e506a74b945d938e4b7a10daf72ba63aa2
 100644
--- a/fs/unionfs/odf.c
+++ b/fs/unionfs/odf.c
@@ -1642,7 +1642,8 @@ int odf_update_uuids(struct odf_sb_info 
 
                /* if yes, then give it the old uuid */
                if (i != old_branches) {
-                       memcpy(new_uuids + bindex * UUID_LEN, old_uuids + i * 
UUID_LEN, UUID_LEN);
+                       memcpy(new_uuids + bindex * UUID_LEN,
+                              old_uuids + i * UUID_LEN, UUID_LEN);
                        continue;
                }
 
@@ -1653,7 +1654,8 @@ int odf_update_uuids(struct odf_sb_info 
                }
 
                if (i != bindex)
-                       memcpy(new_uuids + bindex * UUID_LEN, new_uuids + i * 
UUID_LEN, UUID_LEN);
+                       memcpy(new_uuids + bindex * UUID_LEN,
+                              new_uuids + i * UUID_LEN, UUID_LEN);
 
                else    /* if this is a new fs in the union give it a new uuid 
*/
                        generate_random_uuid(new_uuids + bindex * UUID_LEN);
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to