[llvm-commits] [llvm] r111125 - /llvm/trunk/include/llvm/ADT/FoldingSet.h

Dan Gohman gohman at apple.com
Mon Aug 16 07:45:36 PDT 2010


Author: djg
Date: Mon Aug 16 09:45:36 2010
New Revision: 111125

URL: http://llvm.org/viewvc/llvm-project?rev=111125&view=rev
Log:
Fix indentation in example code in a comment.

Modified:
    llvm/trunk/include/llvm/ADT/FoldingSet.h

Modified: llvm/trunk/include/llvm/ADT/FoldingSet.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/FoldingSet.h?rev=111125&r1=111124&r2=111125&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/FoldingSet.h (original)
+++ llvm/trunk/include/llvm/ADT/FoldingSet.h Mon Aug 16 09:45:36 2010
@@ -54,9 +54,9 @@
 ///      void Profile(FoldingSetNodeID &ID) const {
 ///        ID.AddString(Name);
 ///        ID.AddInteger(Value);
-///       }
-///       ...
-///     };
+///      }
+///      ...
+///    };
 ///
 /// To define the folding set itself use the FoldingSet template;
 ///





More information about the llvm-commits mailing list