From 279799d5033d1668417ec6336441e57ac8e03b78 Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 27 Mar 2014 07:04:19 +0000 Subject: [PATCH] packages/ptunnel: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40132 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/ptunnel/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/ptunnel/Makefile b/net/ptunnel/Makefile index d140d4a74..18d232c16 100644 --- a/net/ptunnel/Makefile +++ b/net/ptunnel/Makefile @@ -29,9 +29,9 @@ define Package/ptunnel endef define Package/ptunnel/description - ptunnel is an application that allows you to reliably tunnel TCP connections to - a remote host using ICMP echo request and reply packets, commonly known as ping - requests and replies. It acts as a proxy and can handle sockets and secured + ptunnel is an application that allows you to reliably tunnel TCP connections to + a remote host using ICMP echo request and reply packets, commonly known as ping + requests and replies. It acts as a proxy and can handle sockets and secured identification. endef