]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/any/test/any_test.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / any / test / any_test.cpp
index 6fbcbd9153beb499d7dea73297920dc4dea75971..87fb0762cea1d0522940a1ff7c11151759ce3f59 100644 (file)
@@ -368,7 +368,7 @@ namespace any_tests // test definitions
             : ptr(p)
         {}
 
-           const T** operator &() {
+        const T** operator &() {
             return &ptr;
         }