From 05ad2a48519cb79b661db349d5d5de1ca474ce82 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 17:28:32 +0000 Subject: [PATCH] remove tabs date 2001.02.06.17.51.00; author agrover; state Exp; --- source/components/executer/exfldio.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/components/executer/exfldio.c b/source/components/executer/exfldio.c index dac0f0967..41de21cad 100644 --- a/source/components/executer/exfldio.c +++ b/source/components/executer/exfldio.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: amfldio - Aml Field I/O - * $Revision: 1.38 $ + * $Revision: 1.39 $ * *****************************************************************************/ @@ -572,8 +572,8 @@ AcpiAmlWriteFieldDataWithUpdateRule ( /* Check if update rule needs to be applied (not if mask is all ones) */ - /* The left shift drops the bits we want to ignore. */ - if ((~Mask << (sizeof(Mask)*8 - BitGranularity)) != 0) + /* The left shift drops the bits we want to ignore. */ + if ((~Mask << (sizeof(Mask)*8 - BitGranularity)) != 0) { /* * Read the current contents of the byte/word/dword containing