Github user sohami commented on a diff in the pull request:
https://github.com/apache/drill/pull/950#discussion_r140115903
--- Diff:
exec/memory/base/src/main/java/io/netty/buffer/UnsafeDirectLittleEndian.java ---
@@ -69,20 +74,20 @@ private UnsafeDirectLittleEndian(AbstractByteBuf buf,
boolean fake, AtomicLong b
this.memoryAddress = buf.memoryAddress();
}
- private long addr(int index) {
- return memoryAddress + index;
- }
+ private long addr(int index) {
+ return memoryAddress + index;
--- End diff --
Please fix indentation here and below.
---