Showing
1 changed file
with
2 additions
and
4 deletions
| ... | ... | @@ -72,15 +72,13 @@ __toJson(struct PACKET * _this) |
| 72 | 72 | INIT_CCLASS(PACKET, __jsonConst, __toJson); |
| 73 | 73 | |
| 74 | 74 | struct DYNTYPE * |
| 75 | -packet_getHeader( | |
| 76 | - struct PACKET * _this) | |
| 75 | +packet_getHeader(struct PACKET * _this) | |
| 77 | 76 | { |
| 78 | 77 | return _this->content[PACKET_HEADER]; |
| 79 | 78 | } |
| 80 | 79 | |
| 81 | 80 | struct DYNTYPE * |
| 82 | -packet_getData( | |
| 83 | - struct PACKET * _this) | |
| 81 | +packet_getData(struct PACKET * _this) | |
| 84 | 82 | { |
| 85 | 83 | return _this->content[PACKET_DATA]; |
| 86 | 84 | } | ... | ... |
Please
register
or
login
to post a comment