From f0d3d5d71c93076eae3cad5bc4b3566471e2140a Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Thu, 7 Nov 2019 13:33:38 -0700 Subject: [PATCH] 80-character per-line coding standard format fix --- wolfssl/wolfcrypt/wc_port.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wolfssl/wolfcrypt/wc_port.h b/wolfssl/wolfcrypt/wc_port.h index 88cee6364..a3380a5dc 100644 --- a/wolfssl/wolfcrypt/wc_port.h +++ b/wolfssl/wolfcrypt/wc_port.h @@ -280,7 +280,8 @@ WOLFSSL_API int wolfCrypt_Cleanup(void); #include "vfapi.h" #include "vfile.h" - int ebsnet_fseek(int a, long b, int c); /* Not prototyped in vfile.h per EBSnet feedback */ + int ebsnet_fseek(int a, long b, int c); /* Not prototyped in vfile.h per + * EBSnet feedback */ #define XFILE int #define XFOPEN(NAME, MODE) vf_open((const char *)NAME, VO_RDONLY, 0);