diff options
author | Yuxuan 'fishy' Wang <fishywang@google.com> | 2016-03-11 14:36:00 -0800 |
---|---|---|
committer | Yuxuan 'fishy' Wang <fishywang@google.com> | 2016-03-11 14:37:16 -0800 |
commit | 7507d9e2a967e9c978e1fab3ca22deec1b5632c5 (patch) | |
tree | dd82ac88ef4ae1b6f4218e77e8c9357e8cc48f37 | |
parent | 0ecb016d7db42ab83584cab3c1554d4d28cc5062 (diff) | |
download | jgit-7507d9e2a967e9c978e1fab3ca22deec1b5632c5.tar.gz 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.java | 2 |
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 |