Fix test case indentation.

llvm-svn: 202351
This commit is contained in:
Ted Kremenek 2014-02-27 06:32:28 +00:00
parent 8353f965c4
commit 45533b2848
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ int test_break_preceded_by_noreturn(int i) {
typedef enum { Value1 = 1 } MyEnum;
void unreachable_default(MyEnum e) {
switch (e) {
case Value1:
case Value1:
calledFun();
break;
default: