From 46168b2d005fdd3f5001dd3c749dd51d35374f0a Mon Sep 17 00:00:00 2001 From: James Zern Date: Wed, 23 Jan 2013 13:31:43 -0800 Subject: [PATCH] libwebp.pc.in: detab Change-Id: I60f38e9f6e1cdba29163240a394b5be0a14c4bca --- src/libwebp.pc.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/libwebp.pc.in b/src/libwebp.pc.in index a925dfa4..e9e785d0 100644 --- a/src/libwebp.pc.in +++ b/src/libwebp.pc.in @@ -3,9 +3,9 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: libwebp -Description: Library for the WebP graphics format -Version: @PACKAGE_VERSION@ -Cflags: -I${includedir} -Libs: -L${libdir} -lwebp -Libs.private: -lm +Name: libwebp +Description: Library for the WebP graphics format +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} +Libs: -L${libdir} -lwebp +Libs.private: -lm