[gnome-boxes] Trivial indentation fix



commit 4b6ee9a2483e50476e7cc4906752a2fadfaeb186
Author: Christophe Fergeau <cfergeau redhat com>
Date:   Thu Oct 18 10:48:20 2012 +0200

    Trivial indentation fix
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676340

 src/downloader.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/downloader.vala b/src/downloader.vala
index 20bbf15..d6b0aa1 100644
--- a/src/downloader.vala
+++ b/src/downloader.vala
@@ -39,7 +39,7 @@ private class Boxes.Downloader : GLib.Object {
         downloads = new GLib.HashTable <string,File> (str_hash, str_equal);
 
         session = new Soup.SessionAsync ();
-		session.add_feature_by_type (typeof (Soup.ProxyResolverDefault));
+        session.add_feature_by_type (typeof (Soup.ProxyResolverDefault));
     }
 
     public async File download (File remote_file, string cached_path) throws GLib.Error {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]