diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-06-30 12:41:15 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-06-30 12:41:15 -0700 |
commit | 31f5bd379984f78bbbecf493e6344664ef1d83df (patch) | |
tree | 541c1ce569eb887e61028ecb1513aef385fd47bf /darwin.cf | |
parent | 0d1be73c26f3636e024637d12c3befd8a9956cfc (diff) |
Trim trailing whitespace
Performed with: perl -i -p -e 's{[\t ]+$}{}' *
Verified with: git diff --ignore-space-at-eol
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'darwin.cf')
-rw-r--r-- | darwin.cf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -311,7 +311,7 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe /* * BundleProgramTarget - Generate rules for compiling, linking and - * installing a bundle executable. + * installing a bundle executable. */ #ifndef BundleProgramTarget #define BundleProgramTarget(program,loader,subdirs,objs,deplib,syslib,dstdir) @@\ |