]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
kclient: whitespace
authorSage Weil <sage@newdream.net>
Tue, 8 Sep 2009 23:47:12 +0000 (16:47 -0700)
committerSage Weil <sage@newdream.net>
Wed, 9 Sep 2009 19:48:35 +0000 (12:48 -0700)
src/kernel/osdmap.c

index 18574c3b76c9d0861d06669c0d259a64f876719b..de4ee4ab48336ef3916df944b5a2233dcfc37061 100644 (file)
@@ -147,7 +147,7 @@ static struct crush_map *crush_decode(void *pbyval, void *end)
        c = kzalloc(sizeof(*c), GFP_NOFS);
        if (c == NULL)
                return ERR_PTR(-ENOMEM);
-       
+
        ceph_decode_need(p, end, 4*sizeof(u32), bad);
        ceph_decode_32(p, magic);
        if (magic != CRUSH_MAGIC) {