Removed trailing whitespaces

Signed-off-by: Adrian Reber <adrian@lisas.de>
This commit is contained in:
Adrian Reber 2020-03-30 09:41:08 +02:00
parent 14d55560ae
commit c410f35073
No known key found for this signature in database
GPG Key ID: 82C9378ED3C4906A

View File

@ -12,11 +12,11 @@ BuildRequires: gcc-c++
BuildRequires: pkgconfig(protobuf)
%description
Protocol Buffers are a way of encoding structured data in an efficient yet
Protocol Buffers are a way of encoding structured data in an efficient yet
extensible format. This package provides a code generator and run-time
libraries to use Protocol Buffers from pure C (not C++).
It uses a modified version of protoc called protoc-c.
It uses a modified version of protoc called protoc-c.
%package compiler
Summary: Protocol Buffers C compiler