mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11: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
@@ -15,4 +15,5 @@ int GetThreadPriority(std::thread& thread, bool* isRealTime);
|
||||
int GetCurrentThreadPriority(bool* isRealTime);
|
||||
bool SetThreadPriority(std::thread& thread, bool realTime, int priority);
|
||||
bool SetCurrentThreadPriority(bool realTime, int priority);
|
||||
|
||||
} // namespace frc
|
||||
|
||||
Reference in New Issue
Block a user