Skip to content

Commit 2376acc

Browse files
joeatoddAlcpz
authored andcommitted
[SYCL][COMPAT] Formatting
1 parent a053235 commit 2376acc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/unittests/syclcompat/Defs.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ TEST(DEFS, Align) {
2828
struct __sycl_compat_align__(16) {
2929
int a;
3030
char c;
31-
} s;
31+
}
32+
s;
3233
EXPECT_EQ(sizeof(s), 16);
3334
}

0 commit comments

Comments
 (0)