mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
[build] Upgrade clang-format and clang-tidy (NFC) (#3422)
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include "frc/livewindow/LiveWindow.h"
|
||||
#include "frc/smartdashboard/SmartDashboard.h"
|
||||
|
||||
typedef void (*SetCameraServerSharedFP)(frc::CameraServerShared* shared);
|
||||
using SetCameraServerSharedFP = void (*)(frc::CameraServerShared*);
|
||||
|
||||
using namespace frc;
|
||||
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
namespace cs {
|
||||
class VideoSource;
|
||||
} // namespace cs
|
||||
typedef int CS_Handle;
|
||||
typedef CS_Handle CS_Source;
|
||||
using CS_Handle = int; // NOLINT
|
||||
using CS_Source = CS_Handle; // NOLINT
|
||||
#endif
|
||||
|
||||
#include "frc/smartdashboard/Sendable.h"
|
||||
|
||||
Reference in New Issue
Block a user