From fa19c7c28b17b67fa6270e65cd162faec956ed86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 24 Jan 2006 08:16:08 +0000 Subject: [PATCH] Indent. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16650 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/ftp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appl/ftp/ftp/ftp.c b/appl/ftp/ftp/ftp.c index 94652d399..2c58835b0 100644 --- a/appl/ftp/ftp/ftp.c +++ b/appl/ftp/ftp/ftp.c @@ -1756,8 +1756,8 @@ abort_remote (FILE * din) errx (1, "fd too large"); FD_SET (fileno (cin), &mask); if (din) { - if (fileno (din) >= FD_SETSIZE) - errx (1, "fd too large"); + if (fileno (din) >= FD_SETSIZE) + errx (1, "fd too large"); FD_SET (fileno (din), &mask); } if ((nfnd = empty (&mask, 10)) <= 0) {