Fix tabs/spaces for ITmfEvent
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / event / ITmfTimestamp.java
index 0c074dba50b942e1e3033a3ab70d0aeeeaa20830..8bb3f3e7e9bac49e3c70b45ae55bb61c88e7f923 100644 (file)
@@ -74,7 +74,7 @@ public interface ITmfTimestamp extends Cloneable, Comparable<ITmfTimestamp> {
     public int compareTo(ITmfTimestamp ts, boolean withinPrecision);
 
     /**
-     * Returns the difference between [this] and [ts] as a timestamp 
+     * Returns the difference between [this] and [ts] as a timestamp
      * 
      * @param ts the other timestamp
      * @return the time difference (this - other) as an ITmfTimestamp
@@ -89,7 +89,7 @@ public interface ITmfTimestamp extends Cloneable, Comparable<ITmfTimestamp> {
      * @return a clone of the timestamp
      */
     public ITmfTimestamp clone();
-    
+
     // ------------------------------------------------------------------------
     // Comparable
     // ------------------------------------------------------------------------
This page took 0.026021 seconds and 5 git commands to generate.