Add presence gpio to CPU

This adds presence support

Change-Id: I25c662ee21136ebf15e0f05de86b032fc76af031
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/src/Overlay.cpp b/src/Overlay.cpp
index 3fdb554..3d30068 100644
--- a/src/Overlay.cpp
+++ b/src/Overlay.cpp
@@ -355,8 +355,8 @@
 {
 
     std::vector<std::filesystem::path> paths;
-    if (!findFiles(std::filesystem::path(TEMPLATE_DIR),
-                   R"(.*\.template)", paths))
+    if (!findFiles(std::filesystem::path(TEMPLATE_DIR), R"(.*\.template)",
+                   paths))
     {
         std::cerr << "Unable to find any tempate files in " << TEMPLATE_DIR
                   << "\n";