]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crush: whitespace
authorSage Weil <sage@inktank.com>
Mon, 11 Mar 2013 00:57:55 +0000 (17:57 -0700)
committerSage Weil <sage@inktank.com>
Mon, 11 Mar 2013 21:55:44 +0000 (14:55 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
src/crush/CrushWrapper.cc

index b2735b31926dd1249057c859eaac20e74366ca0a..d081cff7142f969095d4afff59ef7716c021508f 100644 (file)
@@ -60,7 +60,7 @@ int CrushWrapper::remove_item(CephContext *cct, int item)
          if (t && t->size) {
            ldout(cct, 1) << "remove_device bucket " << item << " has " << t->size << " items, not empty" << dendl;
            return -ENOTEMPTY;
-         }         
+         }
          was_bucket = t;
        }
        adjust_item_weight(cct, item, 0);