|
Boost : |
From: Lie-Quan Lee (llee_at_[hidden])
Date: 2002-01-17 11:01:49
On Thu, 2002-01-17 at 10:32, Beman Dawes wrote:
> First, thanks to John Maddock, Rich Lee, and Jeremy Siek for already fixing
> a huge number of tab problems.
>
> We've still got a way to go, however. See below. The "tabs" indication
> means the file has one or more tabs. A no-no because editors with tabs set
> differently mess up file display. The "last line" indication means the
> file does not end with a newline. Bothersome because some compilers warn
> on this condition.
>
> Please take a few minutes to fix any files you are responsible for. Also,
> please set your editor to "use tabs instead of spaces". That's good advice
> for anyone writing code which will be read by someone other than the
> author.
>
> --Beman
>
> boost/detail/ob_compressed_pair.hpp : tabs
> boost/graph/detail/connected_components.hpp : tabs
> boost/graph/detail/incidence_iterator.hpp : tabs
> boost/graph/detail/list_base.hpp : tabs
> boost/graph/detail/set_adaptor.hpp : tabs
> boost/graph/detail/incremental_components.hpp : tabs
> boost/graph/detail/permutation.hpp : tabs
> boost/graph/detail/shadow_iterator.hpp : tabs
> boost/graph/detail/adj_list_edge_iterator.hpp : tabs
> boost/graph/detail/adjacency_list.hpp : tabs
> boost/graph/detail/bitset.hpp : tabs
> boost/pending/detail/property.hpp : tabs
> boost/pending/bucket_sorter.hpp : tabs
Tabs in above files has been replaced by proper number of spaces.
-- Lie-Quan Lee (AKA: Rich Lee) Research Associate Open Systems Laboratory Phone: 1-812-855-3608 Computer Science Department Email: llee_at_[hidden] Indiana University Homepage: http://www.osl.iu.edu/~llee
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk