Reformat per new coding guidelines.

Change-Id: Ib0e5d3a6fabe6db414d72b334ca7a7f33bc5726b
This commit is contained in:
Peter Johnson
2015-06-25 22:57:43 -07:00
parent f5a82be9e5
commit cee77a3228
26 changed files with 1296 additions and 1576 deletions

View File

@@ -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_