diff --git a/STYLE b/STYLE index a0e6c05..44d8846 100644 --- a/STYLE +++ b/STYLE @@ -31,7 +31,7 @@ Use case possibility: statement; break; - case default: + default: statement; break; }