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-08-22 22:03:52 +0400
committernulltoken <emeric.fermas@gmail.com>2013-08-22 22:03:52 +0400
commit1aa5f1136dc23523729a95b0d1bcc47564fce711 (patch)
tree6b86f39fee6287db8290e189721303b5ad72547a /LibGit2Sharp/IRepository.cs
parentc3e602c3846841ecc3c79715c5b97f835787862f (diff)
Clean up trailing whitespaces
Diffstat (limited to 'LibGit2Sharp/IRepository.cs')
-rw-r--r--LibGit2Sharp/IRepository.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGit2Sharp/IRepository.cs b/LibGit2Sharp/IRepository.cs
index 71fcdb20..cb617a13 100644
--- a/LibGit2Sharp/IRepository.cs
+++ b/LibGit2Sharp/IRepository.cs
@@ -135,7 +135,7 @@ namespace LibGit2Sharp
/// <param name="paths">The paths to checkout.</param>
/// <param name="checkoutOptions">Collection of parameters controlling checkout behavior.</param>
void CheckoutPaths(string committishOrBranchSpec, IEnumerable<string> paths, CheckoutOptions checkoutOptions = null);
-
+
/// <summary>
/// Try to lookup an object by its <see cref="ObjectId"/>. If no matching object is found, null will be returned.
/// </summary>