On Wed, 2010-10-06 at 12:56 -0600, Tor Lillqvist wrote: > > I believe kendy did something cunning replacing tabs with spaces during > > the mercurial -> git import , so we should be all spaces not tabs now. > > find clone/* -name '*.cxx' -o -name '*.hxx' | xargs grep -l '<actual > tab here>' thinks otherwise. Picking one of the listed files by > random, clone/base/dbaccess/source/core/api/querycontainer.cxx, I see > tabs all over it.
There should be no longer any tabs between the start of a line and the first non-whitespace char after the conversion, tabs elsewhere on a line weren't touched. C. _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
