packages/bc: fix whitespaces
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 27 Mar 2014 07:02:19 +0000 (07:02 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 27 Mar 2014 07:02:19 +0000 (07:02 +0000)
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@40042 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/bc/Makefile

index 9f59be3..7293a76 100644 (file)
@@ -30,7 +30,7 @@ define Package/bc
 endef
 
 define Package/bc/description
- bc is a language that supports arbitrary precision numbers with 
+ bc is a language that supports arbitrary precision numbers with
  interactive execution of statements.
 endef
 
@@ -41,7 +41,7 @@ define Package/dc
 endef
 
 define Package/dc/description
- dc is a reverse-polish desk calculator which supports unlimited 
+ dc is a reverse-polish desk calculator which supports unlimited
  precision arithmetic.
 endef