Thread safety: small formatting change

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139548 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Caitlin Sadowski 2011-09-12 22:28:41 +00:00
Родитель c2954616fb
Коммит 7613c73af8
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -676,7 +676,8 @@ static void warnBackEdgeUnequalLocksets(ThreadSafetyHandler &Handler,
}
namespace clang { namespace thread_safety {
namespace clang {
namespace thread_safety {
/// \brief Check a function's CFG for thread-safety violations.
///
/// We traverse the blocks in the CFG, compute the set of mutexes that are held