Skip to content

Commit e2458f3

Browse files
committed
reviewer feedback
Signed-off-by: Chris Perkins <[email protected]>
1 parent 455bdf8 commit e2458f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sycl/test-e2e/IntermediateLib/Inputs/incrementing_lib.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ extern "C" API_EXPORT void performIncrementation(sycl::queue &q,
3535
cgh.parallel_for<class CLASSNAME>(
3636
r, [=](sycl::id<1> idx) { acc[idx] += INC; });
3737
});
38-
}
38+
}

sycl/test-e2e/IntermediateLib/multi_lib_app.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ int main() {
151151
std::cout << "lib_c done" << std::endl;
152152

153153
return 0;
154-
}
154+
}

0 commit comments

Comments
 (0)