Skip to content

Commit b39f36e

Browse files
committed
Make clang-format happy
1 parent dec9be8 commit b39f36e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang-tools-extra/include-cleaner/tool/IncludeCleaner.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ class Action : public clang::ASTFrontendAction {
174174
writeHTML();
175175

176176
// Source File's path of compiler invocation, converted to absolute path.
177-
llvm::SmallString<256> AbsPath(SM.getFileEntryRefForID(SM.getMainFileID())->getName());
177+
llvm::SmallString<256> AbsPath(
178+
SM.getFileEntryRefForID(SM.getMainFileID())->getName());
178179
assert(!AbsPath.empty() && "Main file path not known?");
179180
SM.getFileManager().makeAbsolutePath(AbsPath);
180181
llvm::StringRef Code = SM.getBufferData(SM.getMainFileID());

0 commit comments

Comments
 (0)