diff options
Diffstat (limited to 'lib/Support/FoldingSet.cpp')
-rw-r--r-- | lib/Support/FoldingSet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/FoldingSet.cpp b/lib/Support/FoldingSet.cpp index 7d0dca2cb1..1f22a1f5e2 100644 --- a/lib/Support/FoldingSet.cpp +++ b/lib/Support/FoldingSet.cpp @@ -62,7 +62,7 @@ void FoldingSetImpl::NodeID::AddString(const std::string &String) { Pos = Units * sizeof(unsigned); } else { #else - } + { #endif // Otherwise do it the hard way. for ( Pos += 4; Pos < Size; Pos += 4) { |