Re: Tabs versus spaces in makefiles
Ralph Giles <[email protected]>
| Newsgroups | gmane.comp.printing.ghostscript.patches |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Oct 23, 2003 at 12:44:43PM -0700, Dan Coby wrote: > I can easily commit these changes. However I do not have the ability > to test on a variety of systems. I would commit them all. In unix makefiles, spaces instead of an initial tab are always a bug. It's not important for the msvc makefiles, but we might as well be consistent since you've tracked them down. I agree the blank lines aren't a practical issue, but removing them counts as cleanup. They're probably all from the same cut-and-paste. :) I can't see anything in your patch that would cause problems. -r