pololu / libusbp

The Pololu USB Library (also known as libusbp) is a cross-platform C library for accessing USB devices.
Other
104 stars 32 forks source link

Clang tidy fixes #2

Closed torfinnberset closed 1 year ago

torfinnberset commented 5 years ago

Used clang-tidy autofixes from CLion. Mostly pedantic/redundant fixes, but less warnings popping up means the real problems are easier to spot later :)

Nightwalker-87 commented 1 year ago

@DavidEGrayson Can we draw this to a close by now?