1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Fix indentation in example code in a comment.

llvm-svn: 111125
This commit is contained in:
Dan Gohman 2010-08-16 14:45:36 +00:00
parent 80b2503100
commit 8ba122de76

View File

@ -54,9 +54,9 @@ namespace llvm {
/// void Profile(FoldingSetNodeID &ID) const {
/// ID.AddString(Name);
/// ID.AddInteger(Value);
/// }
/// ...
/// };
/// }
/// ...
/// };
///
/// To define the folding set itself use the FoldingSet template;
///