From 1e6b55e13d0ab60a448c745f32f3d94609b9d7a9 Mon Sep 17 00:00:00 2001 From: aystarik <aystarik> Date: Wed, 29 Jun 2005 18:00:05 +0000 Subject: [PATCH] remove tab date 2003.07.13.22.45.00; author agrover; state Exp; --- source/components/executer/exutils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/components/executer/exutils.c b/source/components/executer/exutils.c index 60f1b0731..8a535320a 100644 --- a/source/components/executer/exutils.c +++ b/source/components/executer/exutils.c @@ -2,7 +2,7 @@ /****************************************************************************** * * Module Name: exutils - interpreter/scanner utilities - * $Revision: 1.109 $ + * $Revision: 1.110 $ * *****************************************************************************/ @@ -374,7 +374,7 @@ AcpiExDigitsNeeded ( */ if ((CurrentValue = Value) == 0) { - return_VALUE (1); + return_VALUE (1); } NumDigits = 0;