From 4525049aa0cf818f6483dce589ac9791eb562338 Mon Sep 17 00:00:00 2001 From: Ankit Meel Date: Sat, 7 Nov 2020 18:17:12 +0530 Subject: Cleanup: Clang-tidy, modernize-concat-nested-namespaces --- source/blender/freestyle/intern/stroke/ContextFunctions.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'source/blender/freestyle/intern/stroke/ContextFunctions.cpp') diff --git a/source/blender/freestyle/intern/stroke/ContextFunctions.cpp b/source/blender/freestyle/intern/stroke/ContextFunctions.cpp index 5609013a417..c6140f463ab 100644 --- a/source/blender/freestyle/intern/stroke/ContextFunctions.cpp +++ b/source/blender/freestyle/intern/stroke/ContextFunctions.cpp @@ -26,9 +26,7 @@ #include "../system/TimeStamp.h" -namespace Freestyle { - -namespace ContextFunctions { +namespace Freestyle::ContextFunctions { unsigned GetTimeStampCF() { @@ -78,6 +76,4 @@ FEdge *GetSelectedFEdgeCF() return Canvas::getInstance()->selectedFEdge(); } -} // namespace ContextFunctions - -} /* namespace Freestyle */ +} // namespace Freestyle::ContextFunctions -- cgit v1.2.3