From: Gabor Juhos Date: Thu, 27 Mar 2014 07:04:58 +0000 (+0000) Subject: packages/protobuf: fix whitespaces X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=507d61983ac4cd58389678ab6fd2ad570246357a;p=openwrt%2Fsvn-archive%2Farchive.git packages/protobuf: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40173 --- diff --git a/libs/protobuf/Makefile b/libs/protobuf/Makefile index f82027b89e..789c924276 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/