Re: [DAEMON] tabs in configure scripts

2013-04-04 Thread Rainer Jung
On 04.04.2013 18:21, sebb wrote: > The config.sub and config.guess scripts have a mixture of tabs and spaces > for alignment. > > Tabs are not standardised, so are generally deprecated in source files. > > Is there any reason why the tabs should not be replaced with the relevant > number of space

[DAEMON] tabs in configure scripts

2013-04-04 Thread sebb
The config.sub and config.guess scripts have a mixture of tabs and spaces for alignment. Tabs are not standardised, so are generally deprecated in source files. Is there any reason why the tabs should not be replaced with the relevant number of spaces throughout?