From bd210c9ee06796ea9552aa3fd9a19ca21a9152e1 Mon Sep 17 00:00:00 2001 From: luz paz Date: Tue, 16 Nov 2021 15:45:27 -0500 Subject: [PATCH] App: remove superfluous whitespace in ObjectIdentifier.h --- src/App/ObjectIdentifier.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App/ObjectIdentifier.h b/src/App/ObjectIdentifier.h index 0504d0c136..16a16400bc 100644 --- a/src/App/ObjectIdentifier.h +++ b/src/App/ObjectIdentifier.h @@ -346,7 +346,7 @@ public: * * The dependency is a map from document object to a set of property names. * An object identifier may references multiple objects using syntax like - * 'Part.Group[0].Width'. + * 'Part.Group[0].Width'. * * Also, we use set of string instead of set of Property pointer, because * the property may not exist at the time this ObjectIdentifier is @@ -378,7 +378,7 @@ public: * dependencies will be returned. */ void getDep(Dependencies &deps, bool needProps, std::vector *labels=0) const; - + /// Returns all label references void getDepLabels(std::vector &labels) const;