From 63d1d60e853e6af6b48b1a8cdb93835a7e86f32e Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Wed, 4 Mar 2009 06:33:38 +0000 Subject: [PATCH] Adjust indentation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66022 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/GRState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Analysis/GRState.cpp b/lib/Analysis/GRState.cpp index 85a85f207d..7399ad4e22 100644 --- a/lib/Analysis/GRState.cpp +++ b/lib/Analysis/GRState.cpp @@ -209,7 +209,7 @@ const GRState* GRStateManager::addGDM(const GRState* St, void* Key, void* Data){ //===----------------------------------------------------------------------===// namespace { - class VISIBILITY_HIDDEN ScanReachableSymbols : public SubRegionMap::Visitor { +class VISIBILITY_HIDDEN ScanReachableSymbols : public SubRegionMap::Visitor { typedef llvm::DenseSet VisitedRegionsTy; VisitedRegionsTy visited; -- 2.50.1