mirror of
https://github.com/lovell/sharp.git
synced 2026-02-05 14:16:17 +01:00
Remove possible switch case fall through
Luckily there were no side effects in this... case
This commit is contained in:
@@ -438,9 +438,11 @@ namespace sharp {
|
|||||||
// Southeast
|
// Southeast
|
||||||
left = inWidth - outWidth;
|
left = inWidth - outWidth;
|
||||||
top = inHeight - outHeight;
|
top = inHeight - outHeight;
|
||||||
|
break;
|
||||||
case 7:
|
case 7:
|
||||||
// Southwest
|
// Southwest
|
||||||
top = inHeight - outHeight;
|
top = inHeight - outHeight;
|
||||||
|
break;
|
||||||
case 8:
|
case 8:
|
||||||
// Northwest
|
// Northwest
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user