mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
changing {} style to match majority of previous style
This commit is contained in:
parent
da6cdf014b
commit
961d929f4d
320 changed files with 5502 additions and 10485 deletions
|
@ -208,8 +208,7 @@
|
|||
#endif
|
||||
|
||||
|
||||
void mbedtls_strerror(int ret, char *buf, size_t buflen)
|
||||
{
|
||||
void mbedtls_strerror(int ret, char *buf, size_t buflen) {
|
||||
size_t len;
|
||||
int use_ret;
|
||||
|
||||
|
@ -881,8 +880,7 @@ void mbedtls_strerror(int ret, char *buf, size_t buflen)
|
|||
/*
|
||||
* Provide an non-function in case MBEDTLS_ERROR_C is not defined
|
||||
*/
|
||||
void mbedtls_strerror(int ret, char *buf, size_t buflen)
|
||||
{
|
||||
void mbedtls_strerror(int ret, char *buf, size_t buflen) {
|
||||
((void) ret);
|
||||
|
||||
if (buflen > 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue