]> source.dussan.org Git - jgit.git/commitdiff
Remove trailing whitespace 01/164601/1
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 10 Jun 2020 08:47:29 +0000 (10:47 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 10 Jun 2020 08:48:55 +0000 (10:48 +0200)
Change-Id: I1635b79c8051699a3a5e78a4cef8d2014be4e92c
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/lib/BitmapIndex.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/SshSessionFactory.java

index f6695bdf7d050dc11e4e7a731519af859085e3ee..b11b230a8fa99c35fb32ea43666364f34242a844 100644 (file)
@@ -86,7 +86,7 @@ public interface BitmapIndex {
 
                /**
                 * Returns the corresponding raw compressed EWAH bitmap of the bitmap.
-                * 
+                *
                 * @return the corresponding {@code EWAHCompressedBitmap}
                 * @since 5.8
                 */
index ef845f4dce21b990f70d99dd8d8e1f46eb49dd0f..c2993889161f6659bcb3218c05c2f48cfe9c200c 100644 (file)
@@ -43,7 +43,7 @@ public abstract class SshSessionFactory {
                }
                return null;
        }
-       
+
        /**
         * Get the currently configured JVM-wide factory.
         * <p>