put clang attr on new line

This commit is contained in:
itsmattkc
2019-09-12 03:33:31 +10:00
parent e2090791d6
commit b20126ee66
+2 -1
View File
@@ -161,7 +161,8 @@ void Footage::UpdateIcon()
break;
}
[[clang::fallthrough]]; case kInvalid:
[[clang::fallthrough]];
case kInvalid:
set_icon(olive::icon::Error);
break;
}