aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxlu_disk_l.h
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-10-06 16:15:33 +0100
committerIan Campbell <ian.campbell@citrix.com>2011-10-06 16:15:33 +0100
commit2b43aff571608f1ca6c8a4984a6130ef3ccd46c4 (patch)
treef65b37024e22d55604fbcc17cdb71d09ddb3b927 /tools/libxl/libxlu_disk_l.h
parentdf6c4ef0827e6564449877196c8efc786b231ee8 (diff)
downloadxen-2b43aff571608f1ca6c8a4984a6130ef3ccd46c4.tar.gz
xen-2b43aff571608f1ca6c8a4984a6130ef3ccd46c4.tar.bz2
xen-2b43aff571608f1ca6c8a4984a6130ef3ccd46c4.zip
libxl: undo 23728:548b2826293e whitespace cleanup to autogenerated file
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/libxlu_disk_l.h')
-rw-r--r--tools/libxl/libxlu_disk_l.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/libxl/libxlu_disk_l.h b/tools/libxl/libxlu_disk_l.h
index c10ed2db64..2b6396efa8 100644
--- a/tools/libxl/libxlu_disk_l.h
+++ b/tools/libxl/libxlu_disk_l.h
@@ -38,7 +38,7 @@
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
- * if you want the limit (max/min) macros for int types.
+ * if you want the limit (max/min) macros for int types.
*/
#ifndef __STDC_LIMIT_MACROS
#define __STDC_LIMIT_MACROS 1
@@ -55,7 +55,7 @@ typedef uint32_t flex_uint32_t;
typedef signed char flex_int8_t;
typedef short int flex_int16_t;
typedef int flex_int32_t;
-typedef unsigned char flex_uint8_t;
+typedef unsigned char flex_uint8_t;
typedef unsigned short int flex_uint16_t;
typedef unsigned int flex_uint32_t;
@@ -193,7 +193,7 @@ struct yy_buffer_state
int yy_bs_lineno; /**< The line count. */
int yy_bs_column; /**< The column count. */
-
+
/* Whether to try to fill the input buffer when we reach the
* end of it.
*/