]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
whitespace
authorYehuda Sadeh-Weinraub <yehuda@yehuda.infit.com>
Sat, 2 Feb 2008 21:00:07 +0000 (23:00 +0200)
committerYehuda Sadeh-Weinraub <yehuda@yehuda.infit.com>
Sat, 2 Feb 2008 21:00:07 +0000 (23:00 +0200)
src/kernel/dir.c

index 85c30368a04e8d60c93c75edf7eae00251108997..1f70e857b1bf5eb243015c1a18d44bd03aaaa82a 100644 (file)
@@ -640,7 +640,7 @@ const struct inode_operations ceph_dir_iops = {
        .create = ceph_dir_create,
 };
 
-struct dentry_operations ceph_dentry_ops = { 
+struct dentry_operations ceph_dentry_ops = {
     .d_revalidate = ceph_d_revalidate,
 };