Indentation
This commit is contained in:
parent
aae6dce046
commit
6dcc714704
@ -130,7 +130,7 @@ public class CompositeChannelBuffer extends AbstractChannelBuffer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Build the component lookup table.
|
// Build the component lookup table.
|
||||||
indices = new int[components.length + 1];
|
indices = new int[components.length + 1];
|
||||||
indices[0] = 0;
|
indices[0] = 0;
|
||||||
for (int i = 1; i <= components.length; i ++) {
|
for (int i = 1; i <= components.length; i ++) {
|
||||||
indices[i] = indices[i - 1] + components[i - 1].capacity();
|
indices[i] = indices[i - 1] + components[i - 1].capacity();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user