Skip to content

Commit

Permalink
Fix indention in switch-case statement (#10454)
Browse files Browse the repository at this point in the history
  • Loading branch information
ITAYC0HEN authored and radare committed Jun 23, 2018
1 parent 4307b71 commit d768c55
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ You may find some additional notes on this topic in doc/vim.
```c
switch(n) {
case 1:
break;
case 2:
break;
default:
case 1:
break;
case 2:
break;
default:
}
```

Expand Down

0 comments on commit d768c55

Please sign in to comment.