Grrr.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31223 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Support/FoldingSet.cpp b/lib/Support/FoldingSet.cpp
index 7d0dca2..1f22a1f 100644
--- a/lib/Support/FoldingSet.cpp
+++ b/lib/Support/FoldingSet.cpp
@@ -62,7 +62,7 @@
     Pos = Units * sizeof(unsigned);
   } else {
 #else
-  }
+  {
 #endif
     // Otherwise do it the hard way.
     for ( Pos += 4; Pos < Size; Pos += 4) {