Skip to content

Commit 99747fd

Browse files
author
Erich Keane
committed
Clang-format fix
1 parent 569250b commit 99747fd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

clang/lib/Sema/SemaSYCL.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,9 +379,7 @@ class DiagDeviceFunction : public RecursiveASTVisitor<DiagDeviceFunction> {
379379
Sema &S, const llvm::SmallPtrSetImpl<FunctionDecl *> &RecursiveFuncs)
380380
: RecursiveASTVisitor(), SemaRef(S), RecursiveFuncs(RecursiveFuncs) {}
381381

382-
void CheckBody(Stmt *ToBeDiagnosed) {
383-
TraverseStmt(ToBeDiagnosed);
384-
}
382+
void CheckBody(Stmt *ToBeDiagnosed) { TraverseStmt(ToBeDiagnosed); }
385383

386384
bool VisitCallExpr(CallExpr *e) {
387385
if (FunctionDecl *Callee = e->getDirectCallee()) {

0 commit comments

Comments
 (0)