Removing whitespaces (to meet sanity checks)

Signed-off-by: toth92g <toth92g@gmail.com>
diff --git a/library/x509_crt.c b/library/x509_crt.c
index 0d8d134..3ab219c 100644
--- a/library/x509_crt.c
+++ b/library/x509_crt.c
@@ -1141,7 +1141,7 @@
             }
             break;
         case MBEDTLS_X509_EXT_SUBJECT_ALT_NAME:
-            /* Parse subject alt name 
+            /* Parse subject alt name
              * SubjectAltName ::= GeneralNames
              */
             if( ( ret = x509_get_general_names( p, end_ext_octet,
@@ -2124,7 +2124,7 @@
             unsigned char* bufferPointer = san_buf->p;
             unsigned char** p = &bufferPointer;
             const unsigned char* end = san_buf->p + san_buf->len;
-            
+
             /* The leading ASN1 tag and length has been processed. Stepping back with 2 bytes, because mbedtls_x509_get_name expects the beginning of the SET tag */
             *p = *p - 2;