clean up: fix few indentation slips

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2012-12-09 23:28:58 +00:00
parent 82df7c98d4
commit 51143b6b3c

View file

@ -48,7 +48,8 @@
/*! \brief Prepare data for analysis. The function will sort leases and
* ranges.
* FIXME: This function should return void. */
int prepare_data(void) {
int prepare_data(void)
{
/* Sort leases */
HASH_SORT(leases, leasecomp);
/* Sort ranges */
@ -116,7 +117,6 @@ int do_counting(void)
range_p++;
}
/* FIXME: During count of other shared networks default network
* and all networks got mixed together semantically. The below
* fixes the problem, but is not elegant. */