Fix comment formatting to pacify check-names.sh
diff --git a/include/mbedtls/sha1.h b/include/mbedtls/sha1.h
index d8ce3c6..eec3f95 100644
--- a/include/mbedtls/sha1.h
+++ b/include/mbedtls/sha1.h
@@ -286,7 +286,7 @@
 #define MBEDTLS_DEPRECATED
 #endif
 /**
-* \brief          This function calculates the SHA-1 checksum of a buffer.
+ * \brief          This function calculates the SHA-1 checksum of a buffer.
  *
  *                 The function allocates the context, performs the
  *                 calculation, and frees the context.