packages/bc: fix whitespaces
authorGabor Juhos <juhosg@openwrt.org>
Thu, 27 Mar 2014 07:02:19 +0000 (07:02 +0000)
committerGabor Juhos <juhosg@openwrt.org>
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>
SVN-Revision: 40042

utils/bc/Makefile

index 9f59be39f56e0b3bcbc3f3350803f6665d0abdf6..7293a761f28e79ef7223f86a0fe2be2b18fa078f 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