summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/utils/copynpaste.cpp2
-rw-r--r--src/utils/paths.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/copynpaste.cpp b/src/utils/copynpaste.cpp
index 8eba45f30..307f7dd22 100644
--- a/src/utils/copynpaste.cpp
+++ b/src/utils/copynpaste.cpp
@@ -28,7 +28,7 @@
*/
#ifdef _MSC_VER
-#include "msvc/config.h"
+# include "msvc/config.h"
#elif defined(HAVE_CONFIG_H)
#include "config.h"
#endif // _MSC_VER
diff --git a/src/utils/paths.cpp b/src/utils/paths.cpp
index 44e132c05..9023c4909 100644
--- a/src/utils/paths.cpp
+++ b/src/utils/paths.cpp
@@ -19,7 +19,7 @@
*/
#ifdef _MSC_VER
-#include "msvc/config.h"
+# include "msvc/config.h"
#elif defined(HAVE_CONFIG_H)
#include "config.h"
#endif // _MSC_VER