Skip to content

Commit 8760def

Browse files
committed
Ran clang-format
1 parent 4f331a3 commit 8760def

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

include/vsg/core/Auxiliary.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ namespace vsg
4444
/// container for all user objects
4545
ObjectMap userObjects;
4646

47-
4847
void setObject(const std::string& key, ref_ptr<Object> object)
4948
{
5049
userObjects[key] = object;
@@ -87,7 +86,6 @@ namespace vsg
8786
userObjects.clear();
8887
}
8988

90-
9189
protected:
9290
explicit Auxiliary(Object* object);
9391

0 commit comments

Comments
 (0)