Re: [Evolution-hackers] Placing of goto labels

2013-05-30 Thread David Woodhouse
On Thu, 2013-03-28 at 09:30 +0100, Milan Crha wrote: > What's the usual way for goto labels in other projects? > Would it make sense to write labels 'one-space indented'? FWIW one-space indented is what emacs does by default, and is thus what you'll usually see in code that I've written. -- Davi

[Evolution-hackers] Placing of goto labels

2013-03-28 Thread Milan Crha
Hi, I'm wondering how to write goto labels, and I'd like to ask how other projects do it. The thing is not whether to use 'goto' or not, but how to write goto labels and do not lose on it. I realized that the thing one can lose is with diff generation, including 'git diff', if the label is