Code format tidying; trailing spaces
diff --git a/inc/qcbor/qcbor_encode.h b/inc/qcbor/qcbor_encode.h
index e6a9a4c..3fdd825 100644
--- a/inc/qcbor/qcbor_encode.h
+++ b/inc/qcbor/qcbor_encode.h
@@ -210,7 +210,7 @@
 
  Note that when you nest arrays or maps in a map, the nested array or
  map has a label.
- 
+
  Many CBOR-based protocols start with an array or map. This makes them
  self-delimiting. No external length or end marker is needed to know
  the end. It is also possible not start this way, in which case this
@@ -415,14 +415,14 @@
 
   disable use of preferred encoding / decoding and half precision support? This still
   needs no floating point HW or SW.
-  
+
 
 
 
  TODO: -------
 
 
- 
+
 
  Summary Limits of this implementation:
  - The entire encoded CBOR must fit into contiguous memory.