Skip to content

Commit 76140a2

Browse files
committed
Formatting commit
1 parent fb8ca57 commit 76140a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/clang-doc/tool/ClangDocMain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ Example usage for a project using a compile commands database:
389389

390390
// Ensure the root output directory exists.
391391
if (std::error_code Err = llvm::sys::fs::create_directories(OutDirectory)) {
392-
ExitOnErr(llvm::createFileError(OutDirectory, Err));
392+
ExitOnErr(llvm::createFileError(OutDirectory, Err));
393393
}
394394

395395
// Run the generator.

0 commit comments

Comments
 (0)