Fix indentation

llvm-svn: 134410
This commit is contained in:
Joerg Sonnenberger 2011-07-05 14:54:41 +00:00
parent dea45cc7cf
commit a6d11777f9
1 changed files with 3 additions and 3 deletions

View File

@ -805,10 +805,10 @@ public:
switch (getTriple().getOS()) {
case llvm::Triple::FreeBSD:
case llvm::Triple::NetBSD:
SizeType = UnsignedInt;
break;
SizeType = UnsignedInt;
break;
default:
break;
break;
}
}