forked from OSchip/llvm-project
Fix indentation of a code example in LibTooling's documentation.
llvm-svn: 200944
This commit is contained in:
parent
7524e090e9
commit
2220dfadda
|
@ -135,7 +135,7 @@ version of this example tool is also checked into the clang tree at
|
|||
int main(int argc, const char **argv) {
|
||||
CommonOptionsParser OptionsParser(argc, argv, MyToolCategory);
|
||||
ClangTool Tool(OptionsParser.getCompilations(),
|
||||
OptionsParser.getSourcePathList());
|
||||
OptionsParser.getSourcePathList());
|
||||
return Tool.run(newFrontendActionFactory<clang::SyntaxOnlyAction>());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue