From: Dmitri Gribenko Date: Fri, 6 Jul 2012 00:45:54 +0000 (+0000) Subject: Comment.h: correct identation X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36cbfbfce889642057bd007eac3569ea9f58e1e8;p=clang Comment.h: correct identation git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159793 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/Comment.h b/include/clang/AST/Comment.h index 3df8fb1338..e631f38b05 100644 --- a/include/clang/AST/Comment.h +++ b/include/clang/AST/Comment.h @@ -185,7 +185,7 @@ public: /// A command with word-like arguments that is considered inline content. class InlineCommandComment : public InlineContentComment { public: - struct Argument { + struct Argument { SourceRange Range; StringRef Text;