All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Mathieu Gagné" <mgagne@iweb.com>
To: xen-devel@lists.xen.org
Cc: ian.jackson@eu.citrix.com, stefano.stabellini@eu.citrix.com
Subject: [PATCH 1 of 4] xl: cleanup indentation
Date: Mon, 19 Mar 2012 21:28:50 -0400	[thread overview]
Message-ID: <5f373ceec394a2d59659.1332206930@mgagne.users.dev.iweb.com> (raw)
In-Reply-To: <patchbomb.1332206929@mgagne.users.dev.iweb.com>

Signed-off-by: Mathieu Gagné <mgagne@iweb.com>

diff --git a/tools/libxl/xl_cmdimpl.c b/tools/libxl/xl_cmdimpl.c
--- a/tools/libxl/xl_cmdimpl.c
+++ b/tools/libxl/xl_cmdimpl.c
@@ -841,10 +841,10 @@ static void parse_config_data(const char
                 nic->script = strdup(default_vifscript);
             }
 
-	    if (default_bridge) {
-		free(nic->bridge);
-		nic->bridge = strdup(default_bridge);
-	    }
+            if (default_bridge) {
+                free(nic->bridge);
+                nic->bridge = strdup(default_bridge);
+            }
 
             p = strtok(buf2, ",");
             if (!p)
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

  reply	other threads:[~2012-03-20  1:28 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-20  1:28 [PATCH 0 of 4] xl: add support for vif rate limiting Mathieu Gagné
2012-03-20  1:28 ` Mathieu Gagné [this message]
2012-03-20 10:58   ` [PATCH 1 of 4] xl: cleanup indentation Ian Campbell
2012-03-20 11:07   ` Stefano Stabellini
2012-03-20  1:28 ` [PATCH 2 of 4] xl: xl network-attach -N (dry run) option Mathieu Gagné
2012-03-20 10:58   ` Ian Campbell
2012-03-20 11:09   ` Stefano Stabellini
2012-03-20  1:28 ` [PATCH 3 of 4] xl: add support for vif rate limiting Mathieu Gagné
2012-03-20 11:16   ` Stefano Stabellini
2012-03-20 11:26     ` Ian Campbell
2012-03-20 18:40       ` Mathieu Gagné
2012-03-21 10:23         ` Ian Campbell
2012-03-20 11:21   ` Ian Campbell
2012-03-20 17:58     ` Mathieu Gagné
2012-03-21 10:04       ` Ian Campbell
2012-03-20 18:25     ` Mathieu Gagné
2012-03-21 10:12       ` Ian Campbell
2012-03-20  1:28 ` [PATCH 4 of 4] xl: add "check-xl-vif-parse" test script Mathieu Gagné
2012-03-20 11:29   ` Ian Campbell
2012-03-20 11:30 ` [PATCH 0 of 4] xl: add support for vif rate limiting Ian Campbell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5f373ceec394a2d59659.1332206930@mgagne.users.dev.iweb.com \
    --to=mgagne@iweb.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.