mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[ci] Upgrade to clang-format and clang-tidy 14 (NFC) (#4347)
This commit is contained in:
@@ -125,7 +125,9 @@ class WireDecoder {
|
||||
bool ReadDouble(double* val);
|
||||
|
||||
/* Reads an ULEB128-encoded unsigned integer. */
|
||||
bool ReadUleb128(uint64_t* val) { return wpi::ReadUleb128(m_is, val); }
|
||||
bool ReadUleb128(uint64_t* val) {
|
||||
return wpi::ReadUleb128(m_is, val);
|
||||
}
|
||||
|
||||
bool ReadType(NT_Type* type);
|
||||
bool ReadString(std::string* str);
|
||||
|
||||
Reference in New Issue
Block a user