commit 97e3f5bd36b30f76ec79abdb93f6b634294be002
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 3ed0284..26fe71e 100644
--- a/fs/unionfs/odf.c
+++ b/fs/unionfs/odf.c
@@ -1642,7 +1642,8 @@ int odf_update_uuids(struct odf_sb_info *odf, struct path 
*old_paths, int old_br
 
                /* 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 *odf, struct path 
*old_paths, int old_br
                }
 
                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