Style patches

This commit is contained in:
Artem Serebriyskiy 2013-11-01 02:09:06 +04:00 committed by William S Fulton
commit b9ba05be81
23 changed files with 90 additions and 90 deletions

View file

@ -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)