Fix indentation. No functional change.

llvm-svn: 188652
This commit is contained in:
Craig Topper 2013-08-19 03:41:04 +00:00
parent 7fceebf5aa
commit 964157146d
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ public:
bool isSink() const { return Succs.getFlag(); }
bool hasSinglePred() const {
bool hasSinglePred() const {
return (pred_size() == 1);
}