Replace C identifier lists with (void) (#809)

These changes were generated by wpilibsuite/styleguide#106.
This commit is contained in:
Tyler Veness
2017-12-04 20:05:51 -08:00
committed by Peter Johnson
parent 59c4984ed6
commit e9e407a87d
10 changed files with 31 additions and 29 deletions

View File

@@ -233,7 +233,7 @@ void CanData::CancelGetCANStatusCallback(int32_t uid) {
extern "C" {
void HALSIM_ResetCanData() { SimCanData.ResetData(); }
void HALSIM_ResetCanData(void) { SimCanData.ResetData(); }
int32_t HALSIM_RegisterCanSendMessageCallback(
HAL_CAN_SendMessageCallback callback, void* param) {