mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
clean up: fix few indentation slips
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
82df7c98d4
commit
51143b6b3c
1 changed files with 2 additions and 2 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue