After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 344293 - eliminate trailing whitespace
eliminate trailing whitespace
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: general
HEAD
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-08 15:06 UTC by William Jon McCann
Modified: 2006-07-14 12:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
strip-whitespace.sh (552 bytes, text/plain)
2006-06-08 15:27 UTC, William Jon McCann
Details
strip-whitespace.sh (527 bytes, text/plain)
2006-06-08 15:32 UTC, William Jon McCann
Details

Description William Jon McCann 2006-06-08 15:06:22 UTC
I've been inspired by:
http://lists.freedesktop.org/archives/cairo/2006-June/007062.html
to attempt to remove trailing whitespace.

I've added the following to my .emacs file to see where it occurs:
;;; Show trailing whitespace
(setq-default show-trailing-whitespace t)

git-stripspace seems to work nicely.
Comment 1 William Jon McCann 2006-06-08 15:27:25 UTC
Created attachment 66979 [details]
strip-whitespace.sh

Little script to use git-stripspace to operate directly on files.
Comment 2 William Jon McCann 2006-06-08 15:32:58 UTC
Created attachment 66980 [details]
strip-whitespace.sh

Oops, use mv not cp.