summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-07-06 00:45:54 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-07-06 00:45:54 +0000
commitc7ac1bb94cb7530e5087a6272d8aa3fcb6a5faf3 (patch)
tree8c1a203dfb86bd85c47e5d6e510bb0dd53f92ce7
parent97920394c00ca2d8246fb8aabc8252d023cfa2ce (diff)
downloadbcm5719-llvm-c7ac1bb94cb7530e5087a6272d8aa3fcb6a5faf3.tar.gz
bcm5719-llvm-c7ac1bb94cb7530e5087a6272d8aa3fcb6a5faf3.zip
Comment.h: correct identation
llvm-svn: 159793
-rw-r--r--clang/include/clang/AST/Comment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/AST/Comment.h b/clang/include/clang/AST/Comment.h
index 3df8fb13385..e631f38b059 100644
--- a/clang/include/clang/AST/Comment.h
+++ b/clang/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;
OpenPOWER on IntegriCloud