Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 861a61c

Browse files
committed
clang-format
1 parent f7b9e47 commit 861a61c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SYCL/ESIMD/lsc/atomic_smoke.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,8 +468,8 @@ struct ImplFcmpwr
468468
: ImplCmpxchgBase<T, N, DWORDAtomicOp, DWORDAtomicOp::fcmpxchg> {};
469469
// LCS versions:
470470
template <class T, int N>
471-
struct ImplLSCFcmpwr : ImplCmpxchgBase<T, N, LSCAtomicOp, LSCAtomicOp::fcmpxchg> {
472-
};
471+
struct ImplLSCFcmpwr
472+
: ImplCmpxchgBase<T, N, LSCAtomicOp, LSCAtomicOp::fcmpxchg> {};
473473
#endif // USE_LSC_ATOMICS
474474

475475
// ----------------- Main function and test combinations.

0 commit comments

Comments
 (0)