App: remove superfluous whitespace in ObjectIdentifier.h

This commit is contained in:
luz paz
2021-11-16 15:45:27 -05:00
committed by wwmayer
parent 05c5e0a6d9
commit bd210c9ee0

View File

@@ -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<std::string> *labels=0) const;
/// Returns all label references
void getDepLabels(std::vector<std::string> &labels) const;