Skip to content

Commit 47e2a02

Browse files
committed
[NFC] Fix whitespace in messaging
1 parent ec18527 commit 47e2a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/CL/sycl/handler.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ template <int Dims> struct NotIntMsg<range<Dims>> {
147147

148148
template <int Dims> struct NotIntMsg<id<Dims>> {
149149
constexpr static const char *Msg =
150-
"Provided offset is out of integer limits. Pass "
150+
"Provided offset is out of integer limits. Pass "
151151
"`-fno-sycl-id-queries-fit-in-int' to disable offset check.";
152152
};
153153
#endif

0 commit comments

Comments
 (0)