From: Michal iha [michal@cihar.com]
Sent: 15 lutego 2005 22:01
To: Marcin Wiacek
Subject: Patches and spaces

Hi Marcin

[...]

And second thing I'd like to do a little cleanup. I've set my editor to 
strip spaces at the end of lines, so you might noticed some conflicts 
while applying patches. Following one liner if executed in gammu tree 
will strip spaces at the end of lines in all source files.

find . -type f -name '*.[ch]' -exec sed -i 's@[[:space:]]*$@@' {} \;

-- 
    Michal iha | http://www.cihar.com
