Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
diff --git a/include/polarssl/asn1.h b/include/polarssl/asn1.h
index 517cd5b..11f256c 100644
--- a/include/polarssl/asn1.h
+++ b/include/polarssl/asn1.h
@@ -39,15 +39,15 @@
#include <string.h>
-/**
+/**
* \addtogroup asn1_module
- * \{
+ * \{
*/
-
+
/**
* \name ASN1 Error codes
* These error codes are OR'ed to X509 error codes for
- * higher error granularity.
+ * higher error granularity.
* ASN1 is a standard to specify data structures.
* \{
*/
@@ -274,7 +274,7 @@
int asn1_get_mpi( unsigned char **p,
const unsigned char *end,
mpi *X );
-#endif
+#endif /* POLARSSL_BIGNUM_C */
/**
* \brief Retrieve an AlgorithmIdentifier ASN.1 sequence.