Commit e74c8a2b authored by Volker Lendecke's avatar Volker Lendecke Committed by Rusty Russell

tally: Adapt renormalize to Samba coding conventions

(Imported from SAMBA commit 1fa4236c40a727d7ae648e12d14d1f0f9fcf79b5)
parent a062738a
...@@ -88,8 +88,9 @@ static void renormalize(struct tally *tally, ...@@ -88,8 +88,9 @@ static void renormalize(struct tally *tally,
unsigned int i, old_min; unsigned int i, old_min;
/* Uninitialized? Don't do anything... */ /* Uninitialized? Don't do anything... */
if (tally->max < tally->min) if (tally->max < tally->min) {
goto update; goto update;
}
/* If we don't have sufficient range, increase step bits until /* If we don't have sufficient range, increase step bits until
* buckets cover entire range of ssize_t anyway. */ * buckets cover entire range of ssize_t anyway. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment