[cfe-commits] r159793 - /cfe/trunk/include/clang/AST/Comment.h

Dmitri Gribenko gribozavr at gmail.com
Thu Jul 5 17:45:55 PDT 2012


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;
 





More information about the cfe-commits mailing list