Untabify.

llvm-svn: 200712
This commit is contained in:
Rui Ueyama 2014-02-03 19:07:38 +00:00
parent b78257d0c1
commit 153ee54008
1 changed files with 2 additions and 3 deletions

View File

@ -384,8 +384,8 @@ public:
//
class thread_command : public load_command {
public:
uint32_t fields_flavor;
uint32_t fields_count;
uint32_t fields_flavor;
uint32_t fields_count;
private:
uint32_t _cpuType;
uint8_t *_registerArray;
@ -624,4 +624,3 @@ public:
#endif // LLD_READER_WRITER_MACHO_FORMAT_H