Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuxuan 'fishy' Wang2016-03-11 22:36:00 +0000
committerYuxuan 'fishy' Wang2016-03-11 22:37:16 +0000
commit7507d9e2a967e9c978e1fab3ca22deec1b5632c5 (patch)
treedd82ac88ef4ae1b6f4218e77e8c9357e8cc48f37
parent0ecb016d7db42ab83584cab3c1554d4d28cc5062 (diff)
downloadjgit-7507d9e2a967e9c978e1fab3ca22deec1b5632c5.tar.gz
jgit-7507d9e2a967e9c978e1fab3ca22deec1b5632c5.tar.xz
jgit-7507d9e2a967e9c978e1fab3ca22deec1b5632c5.zip
Fix wrong whitespaces.
This change replaced some tabs with spaces introduced in change I8b3765713599e34f1411f9bbc7f575ec7c2384e0. Change-Id: Ia5c23b38c9fbbb46f150e527347b61c64c8d9e87 Signed-off-by: Yuxuan 'fishy' Wang <fishywang@google.com>
-rw-r--r--org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java b/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java
index 1e4a1b2d85..ee937f585b 100644
--- a/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java
+++ b/org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java
@@ -139,7 +139,7 @@ public class RepoCommand extends GitCommand<RevCommit> {
* @param ref
* The ref (branch/tag/etc.) to read
* @return the sha1 of the remote repository, or null if the ref does
- * not exist.
+ * not exist.
* @throws GitAPIException
*/
@Nullable

Back to the top