aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_sedf.c
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-15 10:07:31 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-15 10:07:31 +0100
commitc702fb4c9dcc27c2ab09cf1a4bd0e5f6f6b4d6ac (patch)
tree414c242496d1fa205931b1a0d16727cc2e234243 /tools/libxc/xc_sedf.c
parent660442fdafa7c0d0b145c0ae372aa3e93c7322eb (diff)
downloadxen-c702fb4c9dcc27c2ab09cf1a4bd0e5f6f6b4d6ac.tar.gz
xen-c702fb4c9dcc27c2ab09cf1a4bd0e5f6f6b4d6ac.tar.bz2
xen-c702fb4c9dcc27c2ab09cf1a4bd0e5f6f6b4d6ac.zip
Fix whitespace in libxc. Tabs are manually fixed.
Trailing whitespace removed with: perl -p -i -e 's/\s+$/\n/g' tools/libxc/*.[ch] Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Diffstat (limited to 'tools/libxc/xc_sedf.c')
-rw-r--r--tools/libxc/xc_sedf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/libxc/xc_sedf.c b/tools/libxc/xc_sedf.c
index 34216ed97e..7097e4f9d7 100644
--- a/tools/libxc/xc_sedf.c
+++ b/tools/libxc/xc_sedf.c
@@ -1,8 +1,8 @@
/******************************************************************************
* xc_sedf.c
- *
+ *
* API for manipulating parameters of the Simple EDF scheduler.
- *
+ *
* changes by Stephan Diestelhorst
* based on code
* by Mark Williamson, Copyright (c) 2004 Intel Research Cambridge.
@@ -35,7 +35,7 @@ int xc_sedf_domain_get(int xc_handle, uint32_t domid, uint64_t *period, uint64_t
int ret;
struct sedf_adjdom *p = &op.u.adjustdom.u.sedf;
- op.cmd = DOM0_ADJUSTDOM;
+ op.cmd = DOM0_ADJUSTDOM;
op.u.adjustdom.domain = (domid_t)domid;
op.u.adjustdom.sched_id = SCHED_SEDF;
op.u.adjustdom.direction = SCHED_INFO_GET;