MAINTAINERS: use tab not spaces for delimiter
authorJoe Perches <joe@perches.com>
Tue, 23 Mar 2010 20:35:20 +0000 (13:35 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 24 Mar 2010 23:31:20 +0000 (16:31 -0700)
commit28b8e8d4e2e3e27aa911b5aee59d5194a878f53e
tree7921bcf78cdd32d5f84ab2b457d41a12168c6e9f
parent06ca02b06fc26b3f940d223f319397a72a591ddf
MAINTAINERS: use tab not spaces for delimiter

Keeps MAINTAINERS a bit more consistent.
done via sed -r -i -e 's/^([A-Z]):[ \t]+/\1:\t/g' MAINTAINERS

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
MAINTAINERS