commit | 2c40ab81bff7aa35514bf50a820e6f4cfbefb759 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Sun Dec 30 14:20:29 2018 -0800 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Sun Dec 30 14:20:29 2018 -0800 |
tree | a52a182e596703f9b0bc451e835aabf8f093dc7b | |
parent | 16619234256f1a511c6efa9d5ee17b93b1b51cdc [diff] [blame] |
Code comments fixes. Fold some really long lines
diff --git a/src/qcbor_decode.c b/src/qcbor_decode.c index 8a1df27..2c301b6 100644 --- a/src/qcbor_decode.c +++ b/src/qcbor_decode.c
@@ -1283,7 +1283,7 @@ if(sizeof(MemPool) > QCBOR_DECODE_MIN_MEM_POOL_SIZE) { return QCBOR_ERR_MEM_POOL_INTERNAL; } - + // The first bytes of the Pool passed in are used // as the context (vtable of sorts) for the memory pool // allocator.