Skip to content

Commit 5bb48f2

Browse files
formatting to stay within 80 chars
1 parent 34dfadf commit 5bb48f2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

backends/tests/test_sycl_usm_interface.cpp

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@ bool has_devices ()
5656
return ret;
5757
}
5858

59-
void common_test_body(size_t nbytes, const DPPLSyclUSMRef Ptr, const DPPLSyclQueueRef Q, const char *expected) {
60-
59+
void
60+
common_test_body(size_t nbytes, const DPPLSyclUSMRef Ptr,
61+
const DPPLSyclQueueRef Q, const char *expected)
62+
{
6163
auto Ctx = DPPLQueue_GetContext(Q);
6264

6365
auto kind = DPPLUSM_GetPointerType(Ptr, Ctx);
@@ -70,7 +72,7 @@ void common_test_body(size_t nbytes, const DPPLSyclUSMRef Ptr, const DPPLSyclQue
7072
DPPLQueue_Prefetch(Q, Ptr, nbytes);
7173
}
7274

73-
}
75+
} // end of namespace
7476

7577
struct TestDPPLSyclUSMInterface : public ::testing::Test
7678
{

0 commit comments

Comments
 (0)