Skip to content

Commit

Permalink
cosmetic: consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
rade committed Mar 18, 2016
1 parent 0474227 commit bc7539c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipam/space/space.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ func (s *Space) Add(start address.Address, size address.Offset) {

// Clear removes all spaces from this space set. Used during node shutdown.
func (s *Space) Clear() {
s.free = s.free[:0]
s.ours = s.ours[:0]
s.free = s.free[:0]
}

// Walk down the free list calling f() on the in-range portions, until
Expand Down

0 comments on commit bc7539c

Please sign in to comment.