Skip to content

Commit 501e1a5

Browse files
author
Erich Keane
committed
Clang-format
1 parent e9ac411 commit 501e1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaSYCL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5023,7 +5023,7 @@ bool SYCLIntegrationFooter::emit(raw_ostream &OS) {
50235023
Policy.SuppressTypedefs = true;
50245024
Policy.SuppressUnwrittenScope = true;
50255025

5026-
llvm::SmallVector<const VarDecl*> VisitedSpecConstants;
5026+
llvm::SmallVector<const VarDecl *> VisitedSpecConstants;
50275027

50285028
// Used to uniquely name the 'shim's as we generate the names in each
50295029
// anonymous namespace.

0 commit comments

Comments
 (0)