Skip to content

Commit ac79c85

Browse files
committed
fix formatting
1 parent b4f13b5 commit ac79c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Primitives/interface/ReferenceCounters.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ typedef Int32 ReferenceCounterValueType;
4444
class IReferenceCounters
4545
{
4646
public:
47-
virtual ~IReferenceCounters() {};
47+
virtual ~IReferenceCounters(){};
4848

4949
/// Increments the number of strong references by 1.
5050

0 commit comments

Comments
 (0)