> > So in practical terms "\n \t" and "\n\t" are identical;That's news to many folk. "What the code looks like" has always been the fundamental reason to have coding conventions. If you look at coding convention documents over the last fifty years or so you will notice that's what they're about ... even back in the days when "text" came on punched cards or line printer output. The "extraneous hidden whitespace" stuff is sort of a new issue. I happened across a discussion of it on the GCC list last month ... it's a meme that wasn't widespread even five years ago. That "get a decent editor" thing is because some editors are so deeply broken that they think it's actually OK to replace tabs with whitespace, or automatically add extraneous whitespace. Also, because some emailer tools do the same thing. (Yet another reason to dislike Microsoft, sigh.) Secondarily, it's also because having "hidden" spaces can cause hassles when maintaining code. Me, i've always been offended by all the wasted disk space, but I think I'm a minority there. ;) - Dave -
| Andrew Morton | -mm merge plans for 2.6.23 |
| David Miller | Re: [BUG] New Kernel Bugs |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Andrew Morton | Re: Linux 2.6.21-rc4 |
git: | |
| David Miller | [GIT]: Networking |
| Natalie Protasevich | [BUG] New Kernel Bugs |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Eric W. Biederman | [PATCH] macvlan: Support creating macvlans from macvlans |
