From 2220dfadda59d9cb66f33aab6432ff21d86993b2 Mon Sep 17 00:00:00 2001 From: James Dennett Date: Thu, 6 Feb 2014 20:16:05 +0000 Subject: [PATCH] Fix indentation of a code example in LibTooling's documentation. llvm-svn: 200944 --- clang/docs/LibTooling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/LibTooling.rst b/clang/docs/LibTooling.rst index 6fba986..57f207f 100644 --- a/clang/docs/LibTooling.rst +++ b/clang/docs/LibTooling.rst @@ -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()); } -- 2.7.4