Fix CI build issues
Update to latest .clang-format
Update to C++23 which is required for some dependencies which requires
meson >1.1.1
Change-Id: I45ee122e2e95595ae78462d32e16da288fb67008
Signed-off-by: Jason M. Bills <jason.m.bills@intel.com>
diff --git a/include/meson.build b/include/meson.build
index 5930fe2..55b8c0a 100644
--- a/include/meson.build
+++ b/include/meson.build
@@ -1,3 +1,3 @@
if get_option('phosphor-u-boot-env-mgrd').allowed()
install_headers('u-boot-env-mgr.hpp')
-endif
\ No newline at end of file
+endif