Skip to content

Commit 0cae2e5

Browse files
committed
Fix formatting
Signed-off-by: Steffen Larsen <[email protected]>
1 parent 95682f1 commit 0cae2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/extensions/properties/properties_device_copyable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ struct is_device_copyable<sycl::ext::oneapi::experimental::fir>
1616
template <>
1717
struct is_device_copyable<const sycl::ext::oneapi::experimental::fir>
1818
: std::true_type {};
19-
}
19+
} // namespace sycl
2020

2121
int main() {
2222
// Check only compile-time properties are device-copyable

0 commit comments

Comments
 (0)