]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetInclude.cpp
Whitespace cosmetics
[features.git] / src / insets / InsetInclude.cpp
index f966fbcf3046899c1e6a7bb28584730f86ee10b4..6af715fb22ec71cd37dece06be5d96a00f2711d6 100644 (file)
@@ -436,7 +436,7 @@ Buffer * InsetInclude::loadIfNeeded() const
        // Use cached Buffer if possible.
        if (child_buffer_ != 0) {
                if (theBufferList().isLoaded(child_buffer_)
-               // additional sanity check: make sure the Buffer really is
+                   // additional sanity check: make sure the Buffer really is
                    // associated with the file we want.
                    && child_buffer_ == theBufferList().getBuffer(included_file))
                        return child_buffer_;