[robotpy] Run wpiformat on non-python robotpy files (#8362)

This turns the styleguide on for the non-python robotpy files.

The overwhelming amount of changes were
related to whitespace, followed by some IWYU for standard library
headers.
This commit is contained in:
PJ Reiniger
2026-06-21 22:36:03 -04:00
committed by GitHub
parent 6bc7051e23
commit 4a2cd3e5d0
71 changed files with 877 additions and 739 deletions

View File

@@ -38,4 +38,4 @@ name = "datalog"
includedir = "src/native/datalog/include"
libdir = "src/native/datalog/lib"
shared_libraries = ["datalog"]
requires = ["robotpy-native-wpiutil"]
requires = ["robotpy-native-wpiutil"]

View File

@@ -1,6 +1,6 @@
#include <semiwrap_init.wpilog._wpilog.hpp>
#include "semiwrap_init.wpilog._wpilog.hpp"
SEMIWRAP_PYBIND11_MODULE(m) {
initWrapper(m);
initWrapper(m);
}