]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/LyXScreenFactory.C
better selection and scrolling behaviour
[lyx.git] / src / frontends / qt2 / LyXScreenFactory.C
index effea4d52ea68988b8bddaeb71b76b937e0d433e..3acfe6ed8c2ff8cd82dae578ed79816c41d7ebfe 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author John Levon 
+ * \author John Levon
  *
  * Full author contact details are available in file CREDITS
  */
@@ -26,4 +26,4 @@ LyXScreen * create(WorkArea & owner)
        return new QScreen(static_cast<QWorkArea &>(owner));
 }
 
-}
+} // namespace LyXScreenFactory