mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-28 00:50:37 +00:00
remove extra white spaces.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30576 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8d3ab25335
commit
b71f6728eb
@ -844,7 +844,7 @@ void ETNode::assignDFSNumber(int num) {
|
||||
visitChild = true;
|
||||
s->DFSNumIn = num++;
|
||||
workStack.push_back(s);
|
||||
visitedNodes.insert(s);
|
||||
visitedNodes.insert(s);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user