Skip to content

Commit 68fa6f7

Browse files
Add newlines at EOF
1 parent 3ba307a commit 68fa6f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sycl/test-e2e/DeviceImageDependencies/Inputs/basic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ int main() {
4848
cgh.single_task<Kernel<3>>([=]() { acc[0] = levelA(acc[0]); });
4949
});
5050
});
51-
}
51+
}

sycl/unittests/program_manager/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ add_sycl_unittest(ProgramManagerTests OBJECT
88
)
99

1010
add_subdirectory(arg_mask)
11-
add_subdirectory(DynamicLinking)
11+
add_subdirectory(DynamicLinking)

sycl/unittests/program_manager/DynamicLinking/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# TODO this can be merged back into program manager tests once __sycl_unregister_lib is implemented.
33
add_sycl_unittest(DynamicLinkingTests OBJECT
44
DynamicLinking.cpp
5-
)
5+
)

0 commit comments

Comments
 (0)