[PATCH] reiserfs: fix up case where indent misreads the code
authorJeff Mahoney <jeffm@suse.com>
Tue, 12 Jul 2005 23:19:30 +0000 (19:19 -0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 12 Jul 2005 23:22:35 +0000 (16:22 -0700)
 indent(1) doesn't know how to handle the "do not compile" error. It results
 in the item_ops array declaration being indented a tab stop in when it should
 not be. This patch replaces it with a #error that describes why it's failing.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found