mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Fixed spacing and comment annotations around namespace and extern declarations (#587)
This commit is contained in:
committed by
Peter Johnson
parent
f151892db5
commit
a4e781a231
@@ -18,6 +18,7 @@
|
||||
#include "ctre/PCM.h"
|
||||
|
||||
namespace hal {
|
||||
|
||||
extern std::unique_ptr<PCM> PCM_modules[kNumPCMModules];
|
||||
|
||||
static inline bool checkPCMInit(int32_t module, int32_t* status) {
|
||||
@@ -33,4 +34,5 @@ static inline bool checkPCMInit(int32_t module, int32_t* status) {
|
||||
}
|
||||
|
||||
void initializePCM(int32_t module, int32_t* status);
|
||||
|
||||
} // namespace hal
|
||||
|
||||
Reference in New Issue
Block a user