ext4: fix trailing whitespace
[sfrench/cifs-2.6.git] / fs / ext4 / namei.c
index 610cb0636ee72aed2fa206110dc4ed7635a3ff75..680fc3211cbfcc21f958c8a3e8abc0be068b36d3 100644 (file)
@@ -2234,10 +2234,10 @@ static int make_indexed_dir(handle_t *handle, struct ext4_filename *fname,
 
        retval = ext4_handle_dirty_dx_node(handle, dir, frame->bh);
        if (retval)
-               goto out_frames;        
+               goto out_frames;
        retval = ext4_handle_dirty_dirblock(handle, dir, bh2);
        if (retval)
-               goto out_frames;        
+               goto out_frames;
 
        de = do_split(handle,dir, &bh2, frame, &fname->hinfo);
        if (IS_ERR(de)) {
@@ -3469,7 +3469,7 @@ static int ext4_symlink(struct user_namespace *mnt_userns, struct inode *dir,
                 * for transaction commit if we are running out of space
                 * and thus we deadlock. So we have to stop transaction now
                 * and restart it when symlink contents is written.
-                * 
+                *
                 * To keep fs consistent in case of crash, we have to put inode
                 * to orphan list in the mean time.
                 */