mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
Runs clang-format on ntcore (#150)
Also updates .clang-format to match allwpilib WPIUtil was skipped
This commit is contained in:
committed by
Peter Johnson
parent
cf0ec7b9a9
commit
05ca76ea99
@@ -9,17 +9,17 @@
|
||||
|
||||
#include <cstdio>
|
||||
#ifdef _WIN32
|
||||
#include <cstdlib>
|
||||
#include <cstdlib>
|
||||
#else
|
||||
#include <cstring>
|
||||
#include <cstring>
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <libgen.h>
|
||||
#include <libgen.h>
|
||||
#endif
|
||||
|
||||
#ifdef __ANDROID__
|
||||
#include <libgen.h>
|
||||
#include <libgen.h>
|
||||
#endif
|
||||
|
||||
using namespace nt;
|
||||
|
||||
Reference in New Issue
Block a user