Commit Graph

2 Commits (99d5bf4e68adf640b4dbd14aea64acfb1d374002)

Author SHA1 Message Date
Ken Steele 8f1d75039a Enforce function coding standard
Functions should be defined as:

int foo(void)
{
}

Rather than:
int food(void) {
}

All functions where changed by a script to match this standard.
12 years ago
Victor Julien d0374ced38 Implement SACK in the stream engine. 16 years ago