@@ -106,8 +106,8 @@ struct ur_program_handle_t_ : _ur_object {
106106  ur_program_handle_t_ (state, ur_context_handle_t  Context,
107107                       ze_module_handle_t  InteropZeModule)
108108      : Context{Context}, NativeProperties{nullptr }, OwnZeModule{true },
109-         AssociatedDevices ({Context->getDevices ()[0 ]}),
110-         InteropZeModule{ InteropZeModule} {}
109+         AssociatedDevices ({Context->getDevices ()[0 ]}), InteropZeModule{ 
110+                                                             InteropZeModule} {}
111111
112112  //  Construct a program in Exe state (interop).
113113  //  TODO: Currently it is not possible to get the device associated with the
@@ -117,8 +117,8 @@ struct ur_program_handle_t_ : _ur_object {
117117  ur_program_handle_t_ (state, ur_context_handle_t  Context,
118118                       ze_module_handle_t  InteropZeModule, bool  OwnZeModule)
119119      : Context{Context}, NativeProperties{nullptr }, OwnZeModule{OwnZeModule},
120-         AssociatedDevices ({Context->getDevices ()[0 ]}),
121-         InteropZeModule{ InteropZeModule} {
120+         AssociatedDevices ({Context->getDevices ()[0 ]}), InteropZeModule{ 
121+                                                             InteropZeModule} {
122122    //  TODO: Currently it is not possible to understand the device associated
123123    //  with provided ZeModule. So we can't set the state on that device to Exe.
124124  }
0 commit comments