Skip to content

Commit 326df77

Browse files
committed
clang-format
1 parent 24f6089 commit 326df77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Serialization/ASTWriter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ class ASTWriter : public ASTDeserializationListener,
673673
///
674674
/// \return the module signature, which eventually will be a hash of
675675
/// the module but currently is merely a random 32-bit number.
676-
ASTFileSignature WriteAST(llvm::PointerUnion<Sema *, Preprocessor*> Subject,
676+
ASTFileSignature WriteAST(llvm::PointerUnion<Sema *, Preprocessor *> Subject,
677677
StringRef OutputFile, Module *WritingModule,
678678
StringRef isysroot,
679679
bool ShouldCacheASTInMemory = false);

0 commit comments

Comments
 (0)