From 3052c39e53adfe7397987f91f7519d91392ea27f Mon Sep 17 00:00:00 2001 From: Jabiertxo Arraiza Cenoz Date: Wed, 25 Jul 2018 11:46:37 +0200 Subject: Fix codding style --- src/path-prefix.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/path-prefix.cpp') diff --git a/src/path-prefix.cpp b/src/path-prefix.cpp index 75dff6a33..2ef9c4f7d 100644 --- a/src/path-prefix.cpp +++ b/src/path-prefix.cpp @@ -23,9 +23,9 @@ #endif -#include -#include "path-prefix.h" #include "io/resource.h" +#include "path-prefix.h" +#include /** @@ -88,10 +88,10 @@ gchar *get_extensions_path() } if (pythonpath) { - new_pythonpath = g_strdup_printf("%s" G_SEARCHPATH_SEPARATOR_S "%s", - extdir, pythonpath); + new_pythonpath = g_strdup_printf("%s" G_SEARCHPATH_SEPARATOR_S "%s", extdir, pythonpath); g_free(extdir); - } else { + } + else { new_pythonpath = extdir; } @@ -102,7 +102,7 @@ gchar *get_datadir_path() { using namespace Inkscape::IO::Resource; gchar *datadir; - + #ifdef WIN32 datadir = g_win32_locale_filename_from_utf8(profile_path("")); #else -- cgit v1.2.3