Fix trailing whitespace in multiple files

Also fix formatting of CODING_GUIDELINES.md
This commit is contained in:
FranciscoPombal 2020-08-05 16:05:24 +01:00 committed by sledgehammer999
commit 1e7f792dbb
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2
12 changed files with 382 additions and 350 deletions

View file

@ -1,6 +1,6 @@
# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
# serial 1 (pkg-config-0.24)
#
#
# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
#
# This program is free software; you can redistribute it and/or modify
@ -123,7 +123,7 @@ if test $pkg_failed = yes; then
_PKG_SHORT_ERRORS_SUPPORTED
if test $_pkg_short_errors_supported = yes; then
$1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
else
else
$1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
fi
# Put the nasty error message in config.log where it belongs