Grrr.
authorJim Laskey <jlaskey@mac.com>
Fri, 27 Oct 2006 19:20:12 +0000 (19:20 +0000)
committerJim Laskey <jlaskey@mac.com>
Fri, 27 Oct 2006 19:20:12 +0000 (19:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31223 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/FoldingSet.cpp

index 7d0dca2cb13aa1dd2f3c024174808b9aeb557ef7..1f22a1f5e24cf86987b537598baae1ed9aefaf14 100644 (file)
@@ -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) {