diff m4/pkg.m4 @ 22757:90281ac10fb4

maint: Trim trailing whitespace from files. * Figure.cc, pkg.m4: Trim trailing whitespace from files.
author Rik <rik@octave.org>
date Sun, 13 Nov 2016 20:50:40 -0800
parents 4b82664f526b
children 194eb4bd202b
line wrap: on
line diff
--- a/m4/pkg.m4	Sun Nov 13 20:37:19 2016 -0800
+++ b/m4/pkg.m4	Sun Nov 13 20:50:40 2016 -0800
@@ -1,5 +1,5 @@
 # pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
-# 
+#
 # Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -120,7 +120,7 @@
         _PKG_SHORT_ERRORS_SUPPORTED
         if test $_pkg_short_errors_supported = yes; then
 	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
-        else 
+        else
 	        $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
         fi
 	# Put the nasty error message in config.log where it belongs