80-character per-line coding standard format fix

This commit is contained in:
kaleb-himes
2019-11-07 13:33:38 -07:00
parent 95796c80b7
commit f0d3d5d71c

View File

@ -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);