mirror of
https://github.com/curl/curl.git
synced 2026-07-27 03:57:16 +03:00
style-bot
This commit is contained in:
parent
67d1792d1f
commit
881ae02a84
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ static void mbed_debug(void *context, int level, const char *f_name,
|
|||
return;
|
||||
|
||||
/* discount any trailing newline */
|
||||
if(line[len - 1] == '\n'){
|
||||
if(line[len - 1] == '\n') {
|
||||
len--;
|
||||
|
||||
if(len == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue