From 10d7ed6217a5b5d8836931f229f5285d9a2d0be8 Mon Sep 17 00:00:00 2001 From: Michael Theall Date: Mon, 25 Jan 2016 19:14:15 -0600 Subject: [PATCH] Fix whitespace --- source/ftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ftp.c b/source/ftp.c index 9bb5e35..8aaa32c 100644 --- a/source/ftp.c +++ b/source/ftp.c @@ -2242,7 +2242,7 @@ ftp_xfer_dir(ftp_session_t *session, return rc; } - rc = ENOMEM; + rc = ENOMEM; } }