Hi, How about running the following on the whole source tree: find . -name '*.[ch]' -exec sed -i 's/[ \t]*$//' {} \; and then: svn ci What do you think? I know it's only cosmetics, but since we reject all patches that contain trailing whitespace, isn't it time to clean up the whole tree? --Ivo