nuttx-apps/netutils/webclient
YAMAMOTO Takashi f613da4f92 webclient.c: Remove a space after a negative sign
from:

    return - ECONNABORTED;

to:

    return -ECONNABORTED;

The latter style is more commonly used within NuttX code base.

Note: nxstyle doesn't complain on either of them.
2021-02-12 08:51:23 +00:00
..
Kconfig webclient: Fix http -> https redirection 2020-05-26 15:38:12 +08:00
Make.defs Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
Makefile build: Replace $(TOPDIR)/Make.defs with $(APPDIR)/Make.defs 2020-07-09 15:17:37 -03:00
webclient.c webclient.c: Remove a space after a negative sign 2021-02-12 08:51:23 +00:00