Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2013-11-28 18:12:19 +0400
committernulltoken <emeric.fermas@gmail.com>2013-12-06 03:53:23 +0400
commit442f7a80502ed919d94891400f7766b8415f106d (patch)
tree18a144e95eb9dbcc9baf0e0ed2c2712402e9cb87 /LibGit2Sharp/Repository.cs
parentf5d9d0ee2803b408ad850ea72c75484876a8c871 (diff)
Remove trailing whitespaces
Diffstat (limited to 'LibGit2Sharp/Repository.cs')
-rw-r--r--LibGit2Sharp/Repository.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGit2Sharp/Repository.cs b/LibGit2Sharp/Repository.cs
index bfee7db0..ef28f947 100644
--- a/LibGit2Sharp/Repository.cs
+++ b/LibGit2Sharp/Repository.cs
@@ -559,7 +559,7 @@ namespace LibGit2Sharp
Credentials credentials = null)
{
CheckoutCallbacks checkoutCallbacks = CheckoutCallbacks.GenerateCheckoutCallbacks(onCheckoutProgress, null);
-
+
var callbacks = new RemoteCallbacks(null, onTransferProgress, null, credentials);
GitRemoteCallbacks gitCallbacks = callbacks.GenerateCallbacks();