From 2d76da96050b3ac80e889202c637ab963c098891 Mon Sep 17 00:00:00 2001 From: nvschilleman <32854433+nvschilleman@users.noreply.github.com> Date: Sun, 9 Sep 2018 12:58:57 +0200 Subject: [PATCH] Update check_features.cpp --- src/anbox/cmds/check_features.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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