mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
Fix code style for pointer and references.
Change-Id: I3ca5988f09aa4f81946dc3e53116c8151a981024
This commit is contained in:
@@ -14,6 +14,6 @@ namespace NtImpl {
|
||||
|
||||
} // namespace NtImpl
|
||||
|
||||
bool operator== (const NT_Value &lhs, const NT_Value &rhs);
|
||||
bool operator== (const NT_Value& lhs, const NT_Value& rhs);
|
||||
|
||||
#endif /* NT_VALUE_H_ */
|
||||
|
||||
Reference in New Issue
Block a user