Fix indentation

This commit is contained in:
Trustin Lee 2013-02-13 15:33:09 -08:00
parent 7cefd10d9f
commit 6fe6456f8d

View File

@ -637,7 +637,7 @@ final class DefaultChannelPipeline implements ChannelPipeline {
}
}
private void callAfterRemove(final DefaultChannelHandlerContext ctx, boolean forward) {
private void callAfterRemove(final DefaultChannelHandlerContext ctx, boolean forward) {
final ChannelHandler handler = ctx.handler();
// Notify the complete removal.