aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/extable.c
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-08-17 19:17:50 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-08-17 19:17:50 +0100
commit34d911655e82a06da1c776cb19068f32c1b468eb (patch)
tree8d8cb59d2251d79ac6e6a6475dfa544b6f90d3b2 /xen/arch/x86/extable.c
parent4dd73a7ce37cad54f8d4348a94af31c03bc35ea5 (diff)
downloadxen-34d911655e82a06da1c776cb19068f32c1b468eb.tar.gz
xen-34d911655e82a06da1c776cb19068f32c1b468eb.tar.bz2
xen-34d911655e82a06da1c776cb19068f32c1b468eb.zip
[XEN] Indentation cleanups (remove hard tabs).
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/arch/x86/extable.c')
-rw-r--r--xen/arch/x86/extable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/arch/x86/extable.c b/xen/arch/x86/extable.c
index 3d7fe36151..053c767b39 100644
--- a/xen/arch/x86/extable.c
+++ b/xen/arch/x86/extable.c
@@ -41,8 +41,8 @@ void sort_exception_tables(void)
static inline unsigned long
search_one_table(const struct exception_table_entry *first,
- const struct exception_table_entry *last,
- unsigned long value)
+ const struct exception_table_entry *last,
+ unsigned long value)
{
const struct exception_table_entry *mid;
long diff;