]> git.lyx.org Git - lyx.git/blobdiff - src/Graph.cpp
Avoid empty space above the top of the document
[lyx.git] / src / Graph.cpp
index 0573cd2162bdcba8bbf80083305ef9e818da98aa..036bb38857359e6d8a6f78b8c568b97ca6d8c89e 100644 (file)
@@ -28,7 +28,7 @@ bool Graph::bfs_init(int s, bool clear_visited, queue<int> & Q)
 {
        if (s < 0)
                return false;
-       
+
        if (!Q.empty())
                Q = queue<int>();