ia64/xen-unstable
changeset 11770:f071be18e85f
[BLKTAP] Fix trivial indentation snafu in previous changeset.
Signed-off-by: Keir Fraser <keir@xensource.com>
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kfraser@localhost.localdomain |
---|---|
date | Fri Oct 06 16:51:10 2006 +0100 (2006-10-06) |
parents | 9ab5db36c987 |
children | a5469bf602ef |
files | tools/blktap/lib/xs_api.c |
line diff
1.1 --- a/tools/blktap/lib/xs_api.c Fri Oct 06 15:05:30 2006 +0100 1.2 +++ b/tools/blktap/lib/xs_api.c Fri Oct 06 16:51:10 2006 +0100 1.3 @@ -180,7 +180,7 @@ char *get_dom_domid(struct xs_handle *h) 1.4 1.5 e = xs_directory(h, xth, "/local/domain", &num); 1.6 if (e == NULL) 1.7 - return NULL; 1.8 + return NULL; 1.9 1.10 for (i = 0; (i < num) && (domid == NULL); i++) { 1.11 asprintf(&path, "/local/domain/%s/name", e[i]);