Skip to content

Commit c85f1c8

Browse files
committed
Reformat with clang-format 10.0
1 parent cb3ec86 commit c85f1c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common/interface/ObjectBase.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ namespace Diligent
5252
} \
5353
}
5454

55-
#define IMPLEMENT_QUERY_INTERFACE(ClassName, InterfaceID, ParentClassName) \
55+
#define IMPLEMENT_QUERY_INTERFACE(ClassName, InterfaceID, ParentClassName) \
5656
void ClassName::QueryInterface(const ::Diligent::INTERFACE_ID& IID, IObject** ppInterface) \
5757
IMPLEMENT_QUERY_INTERFACE_BODY(InterfaceID, ParentClassName)
5858

59-
#define IMPLEMENT_QUERY_INTERFACE_IN_PLACE(InterfaceID, ParentClassName) \
59+
#define IMPLEMENT_QUERY_INTERFACE_IN_PLACE(InterfaceID, ParentClassName) \
6060
virtual void DILIGENT_CALL_TYPE QueryInterface(const ::Diligent::INTERFACE_ID& IID, IObject** ppInterface) override \
6161
IMPLEMENT_QUERY_INTERFACE_BODY(InterfaceID, ParentClassName)
6262

0 commit comments

Comments
 (0)