]> granicus.if.org Git - clang/commitdiff
Comment.h: correct identation
authorDmitri Gribenko <gribozavr@gmail.com>
Fri, 6 Jul 2012 00:45:54 +0000 (00:45 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Fri, 6 Jul 2012 00:45:54 +0000 (00:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159793 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Comment.h

index 3df8fb13385962e1e50e4d2c9623e859e84c91b0..e631f38b05901b973c1d466cf717c3a543dc1d89 100644 (file)
@@ -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;