]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ext4/extents.c
ext4: Cleanup whitespace and other miscellaneous style issues
[linux-2.6-omap-h63xx.git] / fs / ext4 / extents.c
index f7529e27d791e34c5634523b2853fbc5a1675b39..612c3d2c38240ff59a643bcbf405c2229443a848 100644 (file)
@@ -1441,7 +1441,7 @@ unsigned int ext4_ext_check_overlap(struct inode *inode,
 
        /*
         * get the next allocated block if the extent in the path
-        * is before the requested block(s) 
+        * is before the requested block(s)
         */
        if (b2 < b1) {
                b2 = ext4_ext_next_allocated_block(path);