aboutsummaryrefslogtreecommitdiff
path: root/launcher/icons/MMCIcon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/icons/MMCIcon.cpp')
-rw-r--r--launcher/icons/MMCIcon.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/icons/MMCIcon.cpp b/launcher/icons/MMCIcon.cpp
index fed58895..991b470c 100644
--- a/launcher/icons/MMCIcon.cpp
+++ b/launcher/icons/MMCIcon.cpp
@@ -51,8 +51,8 @@ IconType operator--(IconType& t, int)
case IconType::FileBased:
t = IconType::Transient;
break;
- default: {
- }
+ default:
+ break;
}
return temp;
}