packages/tcpser: remove trailing whitespace
authorGabor Juhos <juhosg@openwrt.org>
Thu, 27 Mar 2014 07:06:46 +0000 (07:06 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Thu, 27 Mar 2014 07:06:46 +0000 (07:06 +0000)
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40284

utils/tcpser/Makefile

index c0df184b93462b367692d2ad303cb98a419763b6..2fb53906bed3db9169a6c89fe8e8b62749a8812a 100644 (file)
@@ -1,4 +1,4 @@
-# 
+#
 # Copyright (C) 2009 Marek Drapal <marek.drapal@touchware.cz>
 # Copyright (C) 2009 OpenWrt.org
 #
@@ -28,13 +28,13 @@ define Package/tcpser
 endef
 
 define Package/tcpser/description
- TCPSER turns a PC serial port into an emulated Hayes compatible modem 
- that uses TCP/IP for incoming and outgoing connections. It can be used 
- to allow older applications and systems designed for modem use 
+ TCPSER turns a PC serial port into an emulated Hayes compatible modem
+ that uses TCP/IP for incoming and outgoing connections. It can be used
+ to allow older applications and systems designed for modem use
  to operate on the Internet. TCPSER supports all standard Hayes commands,
  and understands extended and vendor proprietary commands (though it does
- not implement many of them). TCPSER can be used for both inbound and 
- outbound connections. 
+ not implement many of them). TCPSER can be used for both inbound and
+ outbound connections.
 endef
 
 define Build/Prepare