mirror of
https://github.com/curl/curl.git
synced 2026-06-08 17:54:15 +03:00
more style-bot
This commit is contained in:
parent
881ae02a84
commit
8d7aa2cc6b
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ static void mbed_debug(void *context, int level, const char *f_name,
|
|||
/* bail out on nowhere to write data
|
||||
or if data is empty */
|
||||
if(!data || len == 0 || line[0] == 0)
|
||||
return;
|
||||
return;
|
||||
|
||||
/* discount any trailing newline */
|
||||
if(line[len - 1] == '\n') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue