1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Style: fix trailing spaces

This commit is contained in:
Manuel Pégourié-Gonnard
2015-02-13 14:12:07 +00:00
parent 013bffe5a7
commit 6c5abfa42b
13 changed files with 15 additions and 15 deletions

View File

@ -95,7 +95,7 @@
#define USAGE_AUTH \
" authentication=%%d default: 0 (disabled)\n" \
" user_name=%%s default: \"user\"\n" \
" user_pwd=%%s default: \"password\"\n"
" user_pwd=%%s default: \"password\"\n"
#else
#define USAGE_AUTH \
" authentication options disabled. (Require POLARSSL_BASE64_C)\n"
@ -349,7 +349,7 @@ static int write_and_get_response( int sock_fd, unsigned char *buf, size_t len )
code[3] = '\0';
return atoi( code );
}
idx = 0;
}
}