ctf: Fix multiple coding style and typo issues while reading code.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / ctfadaptor / CtfLocation.java
index 55acb6b584382a21a33ff39af0dfd5142b6136ce..c33d6c2e69d3002da80c623cbb6b19b900cc7223 100644 (file)
@@ -143,6 +143,5 @@ public final class CtfLocation extends TmfLocation {
     @Override
     public void serialize(ByteBuffer bufferOut) {
         getLocationInfo().serialize(bufferOut);
-
     }
 }
This page took 0.025849 seconds and 5 git commands to generate.