From 616a8e967153312d4f68668864bb1dbba864de66 Mon Sep 17 00:00:00 2001 From: = Date: Wed, 5 Sep 2012 14:41:30 +0200 Subject: [PATCH] Fix formatting --- SparkleLib/SparkleFetcherBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleLib/SparkleFetcherBase.cs b/SparkleLib/SparkleFetcherBase.cs index 5e67f3e1..57490760 100755 --- a/SparkleLib/SparkleFetcherBase.cs +++ b/SparkleLib/SparkleFetcherBase.cs @@ -261,7 +261,7 @@ namespace SparkleLib { private string GetHostKey () { string host = RemoteUrl.Host; - int port = RemoteUrl.Port; + int port = RemoteUrl.Port; SparkleLogger.LogInfo ("Auth", "Fetching host key for " + host); Process process = new Process () {