Merge branch 'nd/style-opening-brace'
Code clean-up. * nd/style-opening-brace: style: the opening '{' of a function is in a separate line
This commit is contained in:
3
bisect.c
3
bisect.c
@ -558,7 +558,8 @@ struct commit_list *filter_skipped(struct commit_list *list,
|
||||
* is increased by one between each call, but that should not matter
|
||||
* for this application.
|
||||
*/
|
||||
static unsigned get_prn(unsigned count) {
|
||||
static unsigned get_prn(unsigned count)
|
||||
{
|
||||
count = count * 1103515245 + 12345;
|
||||
return (count/65536) % PRN_MODULO;
|
||||
}
|
||||
|
Reference in New Issue
Block a user