Trimmed whitespace.

This commit is contained in:
n-a-c-h
2005-10-08 23:47:37 +00:00
parent ad6146b677
commit 2b3b6f0e1b
3 changed files with 17 additions and 17 deletions

View File

@@ -3098,7 +3098,7 @@ int CheckBattery()
{
return(1); //Running off of battery
}
if ((SysPowerStat.BatteryFlag == 255) || //Unknown
(SysPowerStat.BatteryFlag & 128)) //No battery
{
@@ -3110,7 +3110,7 @@ int CheckBattery()
{
return(0); //Plugged in
}
return(1); //Running off of battery
}