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.
This commit is contained in:
parent
ebbf2fc072
commit
f613da4f92