Style patches
This commit is contained in:
parent
c9279ab0e7
commit
b9ba05be81
23 changed files with 90 additions and 90 deletions
|
|
@ -14,5 +14,5 @@ iid = spt.InterfaceId()
|
|||
po2 = o1:QueryInterfaceObjct(iid)
|
||||
-- we can't call po2:DisposeObjct, because smart pointer Ptr<T> always return 0 when dereferencing
|
||||
-- (see interface file). So we only check that po2 has necessary method
|
||||
assert( po2.DisposeObjct ~= nil )
|
||||
assert( po2.QueryInterfaceObjct ~= nil )
|
||||
assert(po2.DisposeObjct ~= nil)
|
||||
assert(po2.QueryInterfaceObjct ~= nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue