Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 361059 - Style guide whitespace around functions/methods
Summary: Style guide whitespace around functions/methods
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: libbash (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Petteri Räty (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-29 08:49 UTC by Petteri Räty (RETIRED)
Modified: 2018-01-25 17:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)