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:
Diffstat (limited to 'source/blender/io/common/intern/object_identifier.cc')
-rw-r--r--source/blender/io/common/intern/object_identifier.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/blender/io/common/intern/object_identifier.cc b/source/blender/io/common/intern/object_identifier.cc
index 696bc5d2c34..a2d2d998bec 100644
--- a/source/blender/io/common/intern/object_identifier.cc
+++ b/source/blender/io/common/intern/object_identifier.cc
@@ -26,8 +26,7 @@ extern "C" {
#include <cstring>
#include <sstream>
-namespace blender {
-namespace io {
+namespace blender::io {
ObjectIdentifier::ObjectIdentifier(Object *object,
Object *duplicated_by,
@@ -112,5 +111,4 @@ bool operator==(const ObjectIdentifier &obj_ident_a, const ObjectIdentifier &obj
return obj_ident_a.persistent_id == obj_ident_b.persistent_id;
}
-} // namespace io
-} // namespace blender
+} // namespace blender::io