Skip to content

Commit 06432bf

Browse files
committed
Remove trailing ws
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
1 parent 308f1dd commit 06432bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/adapters/level_zero/event.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ struct ur_event_handle_t_ : _ur_object {
206206

207207
// Indicates within creation of proxy event.
208208
bool IsCreatingHostProxyEvent = {false};
209-
209+
210210
// Indicates the recorded start and end timestamps for the event. These are
211211
// only set for events returned by timestamp recording enqueue functions.
212212
// A non-zero value for RecordEventStartTimestamp indicates the event was the

0 commit comments

Comments
 (0)