Fixed a missing break and fixed spacing.

llvm-svn: 268562
This commit is contained in:
Greg Clayton 2016-05-04 22:14:55 +00:00
parent 1f5ad702f8
commit 92a20a299f
1 changed files with 23 additions and 22 deletions

View File

@ -2376,6 +2376,7 @@ lldb_private::operator% (const Scalar& lhs, const Scalar& rhs)
result.m_integer = a->m_integer.srem(b->m_integer);
return result;
}
break;
case Scalar::e_uint:
case Scalar::e_ulong:
case Scalar::e_ulonglong: