M?ns Rullg?rd wrote: > > A common practise is to format functions like this: > > static inline void > foo() > { > } I like this notation as well, it's very easy to find a function definition by just regexp-grepping for ^foo