Author: pfg
Date: Sat Mar  1 21:22:20 2014
New Revision: 262667
URL: http://svnweb.freebsd.org/changeset/base/262667

Log:
  ext2fs: small formatting fixes.
  
  Remove some redundant spaces.
  No functional change.
  
  MFC after:    3 days

Modified:
  head/sys/fs/ext2fs/ext2_alloc.c
  head/sys/fs/ext2fs/ext2_bmap.c

Modified: head/sys/fs/ext2fs/ext2_alloc.c
==============================================================================
--- head/sys/fs/ext2fs/ext2_alloc.c     Sat Mar  1 19:25:23 2014        
(r262666)
+++ head/sys/fs/ext2fs/ext2_alloc.c     Sat Mar  1 21:22:20 2014        
(r262667)
@@ -934,7 +934,7 @@ ext2_nodealloccg(struct inode *ip, int c
                        panic("ext2fs_nodealloccg: map corrupted");
                        /* NOTREACHED */
                }
-       } 
+       }
        ipref = (loc - ibp) * NBBY + ffs(~*loc) - 1;
 gotit:
        setbit(ibp, ipref);

Modified: head/sys/fs/ext2fs/ext2_bmap.c
==============================================================================
--- head/sys/fs/ext2fs/ext2_bmap.c      Sat Mar  1 19:25:23 2014        
(r262666)
+++ head/sys/fs/ext2fs/ext2_bmap.c      Sat Mar  1 21:22:20 2014        
(r262667)
@@ -250,10 +250,10 @@ ext2_bmaparray(struct vnode *vp, daddr_t
                        bn = ap->in_off;
                        if (runb && bn) {
                                for (--bn; bn >= 0 && *runb < maxrun &&
-                                       is_sequential(ump,
+                                       is_sequential(ump,
                                        ((e2fs_daddr_t *)bp->b_data)[bn],
                                        ((e2fs_daddr_t *)bp->b_data)[bn + 1]);
-                                       --bn, ++*runb);
+                                       --bn, ++*runb);
                        }
                }
        }
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to