Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-01-03 07:52:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-03 07:52:07 +0300
commit9200dc0eb149260d52f34333b74459ed0e389a80 (patch)
treea070bdfb9289503f408cb102739ad52f512b1aea /source/blender/freestyle/intern/geometry/GeomCleaner.cpp
parentb01f2607a6717deafc96c07287202ab11c118737 (diff)
Cleanup: preprocessor indentation
Diffstat (limited to 'source/blender/freestyle/intern/geometry/GeomCleaner.cpp')
-rw-r--r--source/blender/freestyle/intern/geometry/GeomCleaner.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/freestyle/intern/geometry/GeomCleaner.cpp b/source/blender/freestyle/intern/geometry/GeomCleaner.cpp
index c5d1c8df17b..c5db92d8f75 100644
--- a/source/blender/freestyle/intern/geometry/GeomCleaner.cpp
+++ b/source/blender/freestyle/intern/geometry/GeomCleaner.cpp
@@ -29,9 +29,9 @@
#if defined(__GNUC__) && (__GNUC__ >= 3)
// hash_map is not part of the C++ standard anymore;
// hash_map.h has been kept though for backward compatibility
-# include <hash_map.h>
+# include <hash_map.h>
#else
-# include <hash_map>
+# include <hash_map>
#endif
#endif