diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-07-06 00:45:54 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-07-06 00:45:54 +0000 |
commit | 36cbfbfce889642057bd007eac3569ea9f58e1e8 (patch) | |
tree | f7e7ea4359fbdfba46ab8e642e4b3e7cda008465 | |
parent | 8a10d9fcb5a207a519be95ff9281c3536f79cf03 (diff) |
Comment.h: correct identation
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159793 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/AST/Comment.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |