From 754c5d6a14d411773fb253dc5b289985a8669eb6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 9 Jul 2020 13:29:48 +1000 Subject: Cleanup: clang-format --- .../blender/freestyle/intern/application/AppConfig.cpp | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'source/blender/freestyle') diff --git a/source/blender/freestyle/intern/application/AppConfig.cpp b/source/blender/freestyle/intern/application/AppConfig.cpp index b97843e045d..b26c9a58f70 100644 --- a/source/blender/freestyle/intern/application/AppConfig.cpp +++ b/source/blender/freestyle/intern/application/AppConfig.cpp @@ -48,15 +48,13 @@ void Path::setRootDir(const string &iRootDir) { _ProjectDir = iRootDir + string(DIR_SEP) + "freestyle"; _ModelsPath = ""; - _PatternsPath = _ProjectDir + string(DIR_SEP) + "data" + string(DIR_SEP) + - "textures" + string(DIR_SEP) + "variation_patterns" + - string(DIR_SEP); - _BrushesPath = _ProjectDir + string(DIR_SEP) + "data" + string(DIR_SEP) + - "textures" + string(DIR_SEP) + "brushes" + string(DIR_SEP); - _EnvMapDir = _ProjectDir + string(DIR_SEP) + "data" + string(DIR_SEP) + - "env_map" + string(DIR_SEP); - _MapsDir = _ProjectDir + string(DIR_SEP) + "data" + string(DIR_SEP) + "maps" + - string(DIR_SEP); + _PatternsPath = _ProjectDir + string(DIR_SEP) + "data" + string(DIR_SEP) + "textures" + + string(DIR_SEP) + "variation_patterns" + string(DIR_SEP); + _BrushesPath = _ProjectDir + string(DIR_SEP) + "data" + string(DIR_SEP) + "textures" + + string(DIR_SEP) + "brushes" + string(DIR_SEP); + _EnvMapDir = _ProjectDir + string(DIR_SEP) + "data" + string(DIR_SEP) + "env_map" + + string(DIR_SEP); + _MapsDir = _ProjectDir + string(DIR_SEP) + "data" + string(DIR_SEP) + "maps" + string(DIR_SEP); } void Path::setHomeDir(const string &iHomeDir) -- cgit v1.2.3