Author: gribozavr
Date: Thu Jul 5 19:45:54 2012
New Revision: 159793
URL: http://llvm.org/viewvc/llvm-project?rev=159793&view=rev
Log:
Comment.h: correct identation
Modified:
cfe/trunk/include/clang/AST/Comment.h
Modified: cfe/trunk/include/clang/AST/Comment.h
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Comment.h?rev=159793&r1=159792&r2=159793&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Comment.h (original)
+++ cfe/trunk/include/clang/AST/Comment.h Thu Jul 5 19:45:54 2012
@@ -185,7 +185,7 @@
/// A command with word-like arguments that is considered inline content.
class InlineCommandComment : public InlineContentComment {
public:
- struct Argument {
+ struct Argument {
SourceRange Range;
StringRef Text;
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits