From f5fc64997cba1bf906a65bd3a8d2d6d24a8a88e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Thu, 2 Apr 2015 14:43:57 +0100 Subject: [PATCH] Cosmetic change Make one of the name listing scripts happier --- include/mbedtls/md_wrap.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/mbedtls/md_wrap.h b/include/mbedtls/md_wrap.h index 418b3f1bf..94d914514 100644 --- a/include/mbedtls/md_wrap.h +++ b/include/mbedtls/md_wrap.h @@ -44,7 +44,8 @@ extern "C" { * Message digest information. * Allows message digest functions to be called in a generic way. */ -struct _md_info_t { +struct _md_info_t +{ /** Digest identifier */ md_type_t type;