]> git.lyx.org Git - lyx.git/blobdiff - src/support/os.cpp
Use more informative descriptions fro Springer layouts
[lyx.git] / src / support / os.cpp
index 9dc19e92897389caa70f38b4476afbfc161c1061..8eea49370ae7d125bfe033d44cbae497086c89af 100644 (file)
@@ -11,9 +11,9 @@
 
 #include <config.h>
 
-#include "debug.h"
-#include "filetools.h"
-#include "qstring_helpers.h"
+#include "support/debug.h"
+#include "support/filetools.h"
+#include "support/qstring_helpers.h"
 
 #include <QDir>
 
@@ -30,7 +30,7 @@
 // e.g., the author hash is always 32-bit.
 template<bool Condition> struct static_assert_helper;
 template <> struct static_assert_helper<true> {};
-enum { 
+enum {
        dummy = sizeof(static_assert_helper<sizeof(int) == 4>)
 };
 
@@ -104,6 +104,6 @@ string const python(bool reset)
        return command;
 }
 
-}
-}
-}
+} // namespace os
+} // namespace support
+} // namespace lyx