mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21: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
@@ -12,6 +12,7 @@
|
||||
#include "HAL/Encoder.h"
|
||||
|
||||
namespace hal {
|
||||
|
||||
class Encoder {
|
||||
public:
|
||||
Encoder(HAL_Handle digitalSourceHandleA,
|
||||
@@ -73,4 +74,5 @@ class Encoder {
|
||||
|
||||
int32_t m_encodingScale;
|
||||
};
|
||||
|
||||
} // namespace hal
|
||||
|
||||
Reference in New Issue
Block a user