Changeset 7869e48 for m4


Ignore:
Timestamp:
Jan 12, 2013, 1:43:13 PM (11 years ago)
Author:
Jason Gross <jgross@mit.edu>
Children:
e3a0d71, 4485285
Parents:
4626016
git-author:
Jason Gross <jgross@mit.edu> (01/12/13 13:13:18)
git-committer:
Jason Gross <jgross@mit.edu> (01/12/13 13:43:13)
Message:
Remove trailing whitespace

This commit was made with the command sequence

    for i in $(git ls-files | tr '\n' ' ');
    do
      echo $i; sed -i s'/\s\+$//g' "$(readlink -f $i)";
    done
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/pkg.m4

    r650fb2c r7869e48  
    11# pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
    22# serial 1 (pkg-config-0.24)
    3 # 
     3#
    44# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
    55#
     
    124124        if test $_pkg_short_errors_supported = yes; then
    125125                $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
    126         else 
     126        else
    127127                $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
    128128        fi
Note: See TracChangeset for help on using the changeset viewer.