packages/nuttcp: fix whitespaces

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@40201 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2014-03-27 07:05:25 +00:00
parent 0197a952f1
commit 8fa65f520a

View File

@ -54,7 +54,7 @@ define Package/nuttcp-xinetd/description
$(call Package/nuttcp/Default/description) $(call Package/nuttcp/Default/description)
This package contains the nuttcp xinetd service files. This package contains the nuttcp xinetd service files.
endef endef
MAKE_FLAGS += \ MAKE_FLAGS += \
APP="nuttcp" \ APP="nuttcp" \
OPT="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) -Wall" OPT="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) -Wall"