diff --git a/src/anbox/cmds/check_features.cpp b/src/anbox/cmds/check_features.cpp index d045897..17d7ed9 100644 --- a/src/anbox/cmds/check_features.cpp +++ b/src/anbox/cmds/check_features.cpp @@ -37,8 +37,7 @@ std::vector cpu_whitelist = { // Intel Celeron N2840 "N2840", // Intel Pentium T4500 - "T4500", - + "T4500", }; } // namespace