diff options
Diffstat (limited to 'llvm/include/llvm/ADT/ImmutableList.h')
| -rw-r--r-- | llvm/include/llvm/ADT/ImmutableList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/ADT/ImmutableList.h b/llvm/include/llvm/ADT/ImmutableList.h index 748d3e4bf9f..eaac3af2e9a 100644 --- a/llvm/include/llvm/ADT/ImmutableList.h +++ b/llvm/include/llvm/ADT/ImmutableList.h @@ -224,6 +224,6 @@ template <typename T> struct isPodLike; template <typename T> struct isPodLike<ImmutableList<T> > { static const bool value = true; }; -} // end llvm namespace +} // namespace llvm #endif |

