From c410f35073202d3acb1540bef4b4bb7510f2045e Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Mon, 30 Mar 2020 09:41:08 +0200 Subject: [PATCH] Removed trailing whitespaces Signed-off-by: Adrian Reber --- protobuf-c.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protobuf-c.spec b/protobuf-c.spec index 6707f50..01e6093 100644 --- a/protobuf-c.spec +++ b/protobuf-c.spec @@ -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