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/TagFetchMode.cs
parentc3e602c3846841ecc3c79715c5b97f835787862f (diff)
Clean up trailing whitespaces
Diffstat (limited to 'LibGit2Sharp/TagFetchMode.cs')
-rw-r--r--LibGit2Sharp/TagFetchMode.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGit2Sharp/TagFetchMode.cs b/LibGit2Sharp/TagFetchMode.cs
index 7455735a..8e8efc79 100644
--- a/LibGit2Sharp/TagFetchMode.cs
+++ b/LibGit2Sharp/TagFetchMode.cs
@@ -11,7 +11,7 @@
/// point to objects retrieved during this fetch.
/// </summary>
Auto = 0, // GIT_REMOTE_DOWNLOAD_TAGS_AUTO
-
+
/// <summary>
/// No tag will be retrieved.
/// </summary>