]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Application.cpp
cosmetics (whitespace and no-op functions)
[lyx.git] / src / frontends / Application.cpp
index aad1b540532d01442abf2b5cf776d2d6662183f0..246476dd5a6dbfbe6e626e39fb63cea5f0b49c97 100644 (file)
@@ -53,7 +53,7 @@ LyXView & Application::createView(unsigned int width,
 {
        LyXView & view = gui().createRegisteredView();
        int view_id = view.id();
-       
+
        theLyXFunc().setLyXView(&view);
 
        /*int workArea_id_ =*/ gui().newWorkArea(width, height, view_id);