remove tab

date	2003.07.13.22.45.00;	author agrover;	state Exp;
This commit is contained in:
aystarik 2005-06-29 18:00:05 +00:00
parent e08f3c5716
commit 1e6b55e13d

View File

@ -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;