commit | 09f17a8479de39a60faeacee399195ce20da9251 | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Sat May 30 01:09:53 2009 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Sat May 30 01:09:53 2009 +0000 |
tree | f0d4b79ea566f6e294aa76e328d22cb38491cc4b | |
parent | c1b9bff66d050170243dc3edaa563609d1f2e301 [diff] [blame] |
Untabification. llvm-svn: 72604
diff --git a/llvm/lib/Support/ManagedStatic.cpp b/llvm/lib/Support/ManagedStatic.cpp index a3b2bcc..6de6575 100644 --- a/llvm/lib/Support/ManagedStatic.cpp +++ b/llvm/lib/Support/ManagedStatic.cpp
@@ -42,7 +42,7 @@ ManagedStaticMutex->release(); } else { assert(Ptr == 0 && DeleterFn == 0 && Next == 0 && - "Partially initialized ManagedStatic!?"); + "Partially initialized ManagedStatic!?"); Ptr = Creator ? Creator() : 0; DeleterFn = Deleter;