]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crush/CrushWrapper: link_bucket whitespace
authorSage Weil <sage@redhat.com>
Fri, 14 Jul 2017 19:34:43 +0000 (15:34 -0400)
committerSage Weil <sage@redhat.com>
Fri, 21 Jul 2017 17:50:55 +0000 (13:50 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
src/crush/CrushWrapper.cc

index 3d2ae916ea9f7cff21f6bf3a0532b41d2c9a086d..248decc265f6e72191cb4774a1d8a86138cb1e09 100644 (file)
@@ -1070,7 +1070,8 @@ int CrushWrapper::swap_bucket(CephContext *cct, int src, int dst)
   return 0;
 }
 
-int CrushWrapper::link_bucket(CephContext *cct, int id, const map<string,string>& loc)
+int CrushWrapper::link_bucket(
+  CephContext *cct, int id, const map<string,string>& loc)
 {
   // sorry this only works for buckets
   if (id >= 0)