You mean deleting trailing blanks? This is intentional and I won't change it. Use diff -w.
Proper way to do such things is to remove all trailing blanks (in all files) and make separate commit for that. So all next diffs will show only really the things you have changed. And it's easily revertible if anyone don't want your changes.