aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxlutil.h
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-10-11 14:26:00 +0100
committerIan Campbell <ian.campbell@citrix.com>2011-10-11 14:26:00 +0100
commitc90bc4db252cf5d759ab335d10dd48033485ac26 (patch)
tree3c810c3fc91319c3d670388b19205dec3c874212 /tools/libxl/libxlutil.h
parentd3d8d54b13794f9ea5a2b265dd9ce11981b3d8a6 (diff)
downloadxen-c90bc4db252cf5d759ab335d10dd48033485ac26.tar.gz
xen-c90bc4db252cf5d759ab335d10dd48033485ac26.tar.bz2
xen-c90bc4db252cf5d759ab335d10dd48033485ac26.zip
libxl: expand hard tab stops
I ran the following and committed the result. ^I is an actual hard tab for i in $(grep -l --exclude=*_[ly].\[ch\] '^I' tools/libxl/*.[ch]) ; do cat $i | expand | sponge $i done There are some actually wrong indentations too, I'll fix those up manually. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/libxl/libxlutil.h')
-rw-r--r--tools/libxl/libxlutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxl/libxlutil.h b/tools/libxl/libxlutil.h
index c20de1d89a..6b48a06b68 100644
--- a/tools/libxl/libxlutil.h
+++ b/tools/libxl/libxlutil.h
@@ -64,7 +64,7 @@ const char *xlu_cfg_get_listitem(const XLU_ConfigList*, int entry);
*/
int xlu_disk_parse(XLU_Config *cfg, int nspecs, const char *const *specs,
- libxl_device_disk *disk);
+ libxl_device_disk *disk);
/* disk must have been initialised.
*
* On error, returns errno value. Bad strings cause EINVAL and