mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
Reformat per new coding guidelines.
Change-Id: Ib0e5d3a6fabe6db414d72b334ca7a7f33bc5726b
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
namespace NtImpl {
|
||||
namespace ntimpl {
|
||||
|
||||
class raw_istream;
|
||||
|
||||
@@ -19,6 +19,6 @@ std::size_t write_uleb128(char* addr, unsigned long val);
|
||||
std::size_t read_uleb128(char* addr, unsigned long* ret);
|
||||
bool read_uleb128(raw_istream& is, unsigned long* ret);
|
||||
|
||||
} // namespace NtImpl
|
||||
} // namespace ntimpl
|
||||
|
||||
#endif /* NT_LEB128_H_ */
|
||||
#endif // NT_LEB128_H_
|
||||
|
||||
Reference in New Issue
Block a user