ash: use fdprintf, not dprintf.
*: trailing whitespace removed

diff --git a/networking/telnetd.c b/networking/telnetd.c
index f1927e0..7b799dc 100644
--- a/networking/telnetd.c
+++ b/networking/telnetd.c
@@ -141,7 +141,7 @@
 		}
 	}
 
-	num_totty = totty - ptr0;   
+	num_totty = totty - ptr0;
 	*pnum_totty = num_totty;
 	/* the difference between ptr and totty is number of iacs
 	   we removed from the stream. Adjust buf1 accordingly. */