mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +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,11 +18,13 @@
|
||||
#include "ctre/PCM.h"
|
||||
|
||||
namespace {
|
||||
|
||||
struct Solenoid {
|
||||
uint8_t module;
|
||||
uint8_t channel;
|
||||
};
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
using namespace hal;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user