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.