]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/LyXScreenFactory.C
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / LyXScreenFactory.C
index e63fccac568981a5b9a67f169175dde5e2e48cca..b17a549d9fa6c27cc5a17fb46b161017d317ce3b 100644 (file)
@@ -1,25 +1,26 @@
 /**
- * \file LyXScreenFactory.C
+ * \file xforms/LyXScreenFactory.C
  * 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
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
+
 #include "frontends/LyXScreenFactory.h"
 
-#include "XWorkArea.h"
 #include "xscreen.h"
+#include "XWorkArea.h"
+
+
 namespace LyXScreenFactory {
 
 LyXScreen * create(WorkArea & owner)
 {
        return new XScreen(static_cast<XWorkArea &>(owner));
-} 
+}
+
 }