Skip to content

Commit 262667c

Browse files
author
David R. MacIver
committed
fix weird spacing
1 parent ec74d4a commit 262667c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/com/rabbitmq/utility/IntAllocator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ public int allocate(){
148148
/**
149149
* Make the provided integer available for allocation again. This operation
150150
* runs in amortized O(sqrt(range size)) time: About every sqrt(range size)
151-
* operations will take O(range_size + number of intervals) to complete
152-
* and the rest run in constant time.
151+
* operations will take O(range_size + number of intervals) to complete and
152+
* the rest run in constant time.
153153
*
154154
* No error checking is performed, so if you double free or free an integer
155155
* that was not originally allocated the results are undefined. Sorry.

0 commit comments

Comments
 (0)