Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit e859b67

Browse files
committed
Fix clang format
1 parent 2beaef8 commit e859b67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SYCL/XPTI/Inputs/buffer_info_collector.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ XPTI_CALLBACK_API void syclBufferCallback(uint16_t TraceType,
105105
<< BufConstr->host_object_handle << "|" << std::dec
106106
<< BufConstr->element_type << "|" << BufConstr->element_size
107107
<< "|" << BufConstr->dim << "|"
108-
<< "{" << BufConstr->range[0] << "," << BufConstr->range[1]
109-
<< "," << BufConstr->range[2] << "}|"
108+
<< "{" << BufConstr->range[0] << "," << BufConstr->range[1] << ","
109+
<< BufConstr->range[2] << "}|"
110110
<< Event->reserved.payload->source_file << ":"
111111
<< Event->reserved.payload->line_no << ":"
112112
<< Event->reserved.payload->column_no << "\n";

0 commit comments

Comments
 (0)