[Insight-developers] Leading TABs added in various files

Mark Roden mmroden at gmail.com
Sun Aug 29 13:45:16 EDT 2010


Hi all,

I'm trying to do a commit that will remove a bunch of compiler warnings I'm
getting on XCode 3.2.2.  My most recent commit attempt got this ersult:

pre-commit hook failure
---------------------------------

Leading TABs added in:
 /file/1
 /file/2
 /file/3
Convert them to spaces (2 per TAB) before commit.

Is there any way to have that error message spit out where the TABs are that
are causing the failure?  Using the 'find' function doesn't work, because
TAB is interpreted as a UI call rather than as a search term.  I grepped for
\t (not sure if that's the right thing to do there), and replaced all
whitespace on the lines that were returned with spaces, but still got the
error message.

Thanks!
Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/mailman/private/insight-developers/attachments/20100829/c0aba086/attachment.htm>


More information about the Insight-developers mailing list