From bd98c028630a6f4c370977499fc5ba99b3393b34 Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 27 Mar 2014 07:04:58 +0000 Subject: [PATCH] packages/protobuf: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40173 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/protobuf/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/protobuf/Makefile b/libs/protobuf/Makefile index f82027b89..789c92427 100644 --- a/libs/protobuf/Makefile +++ b/libs/protobuf/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2007 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -34,7 +34,7 @@ endef define Package/protobuf/description Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all - of its internal RPC protocols and file formats. + of its internal RPC protocols and file formats. endef CONFIGURE_ARGS += --with-protoc=$(STAGING_DIR_HOST)/bin/protoc @@ -64,7 +64,7 @@ define Package/protobuf/install $(CP) \ $(PKG_INSTALL_DIR)/usr/lib/libprotobuf-lite.so* \ $(1)/usr/lib/ - + $(CP) \ $(PKG_INSTALL_DIR)/usr/lib/libprotobuf.so* \ $(1)/usr/lib/ -- 2.11.0