]> git.lyx.org Git - features.git/blobdiff - src/Buffer.cpp
Whitespace cosmetics
[features.git] / src / Buffer.cpp
index 9c42b07e7f06c82193cbf9ecbefd604cd3aef456..11e46ba0219230850edd3307b350824ecd071409 100644 (file)
@@ -538,10 +538,10 @@ Buffer::~Buffer()
                for (; it != end; ++it) {
                        Buffer * child = const_cast<Buffer *>(it->first);
                        if (theBufferList().isLoaded(child)) {
-                        if (theBufferList().isOthersChild(this, child))
-                                child->setParent(0);
-                        else
-                               theBufferList().release(child);
+                               if (theBufferList().isOthersChild(this, child))
+                                       child->setParent(0);
+                               else
+                                       theBufferList().release(child);
                        }
                }