Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 361059

Summary: Style guide whitespace around functions/methods
Product: Gentoo Hosted Projects Reporter: Petteri Räty (RETIRED) <betelgeuse>
Component: libbashAssignee: Petteri Räty (RETIRED) <betelgeuse>
Status: RESOLVED OBSOLETE    
Severity: normal CC: qiaomuf
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Petteri Räty (RETIRED) gentoo-dev 2011-03-29 08:49:26 UTC
The style guide should mention that we should have empty space between methods / functions. For example

int foo(int a)
{
}
int laa(int b)
{
}

This is easier to read if there's an empty line between them.
Comment 1 Pacho Ramos gentoo-dev 2018-01-25 17:51:51 UTC
Developer retired (and his mail address is not active anymore)