cosmetic: tlv.h: Fix trailing whistespace

Change-Id: Ief318882def539b35ef15c85566f69220e7edbfe
diff --git a/include/osmocom/gsm/tlv.h b/include/osmocom/gsm/tlv.h
index 7e6dfb5..6d0008f 100644
--- a/include/osmocom/gsm/tlv.h
+++ b/include/osmocom/gsm/tlv.h
@@ -322,7 +322,7 @@
 }
 
 /*! put (append) a TV field */
-static inline uint8_t *tv_put(uint8_t *buf, uint8_t tag, 
+static inline uint8_t *tv_put(uint8_t *buf, uint8_t tag,
 				uint8_t val)
 {
 	*buf++ = tag;
@@ -344,7 +344,7 @@
  *  \param[in] tag Tag value
  *  \param[in] val Value (in host byte order!)
  */
-static inline uint8_t *tv16_put(uint8_t *buf, uint8_t tag, 
+static inline uint8_t *tv16_put(uint8_t *buf, uint8_t tag,
 				 uint16_t val)
 {
 	*buf++ = tag;