code format refine
This commit is contained in:
parent
a137d2ba86
commit
fc017379e3
1 changed files with 11 additions and 9 deletions
|
|
@ -166,7 +166,9 @@ struct TNotifyInOutAdaptor
|
|||
{
|
||||
EShLanguage stage;
|
||||
TIoMapResolver& resolver;
|
||||
inline TNotifyInOutAdaptor(EShLanguage s, TIoMapResolver& r) : stage(s), resolver(r)
|
||||
inline TNotifyInOutAdaptor(EShLanguage s, TIoMapResolver& r)
|
||||
: stage(s)
|
||||
, resolver(r)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue