[Lint] Added InsertBraces to linter to unify codebase to one standard
This commit is contained in:
@@ -55,7 +55,9 @@ class CDialogEventHandler : public IFileDialogEvents,
|
||||
|
||||
IFACEMETHODIMP_(ULONG) Release() {
|
||||
long cRef = InterlockedDecrement(&_cRef);
|
||||
if (!cRef) delete this;
|
||||
if (!cRef) {
|
||||
delete this;
|
||||
}
|
||||
return cRef;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user