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

@@ -357,8 +357,8 @@ void DisplayBatteryStatus()
#ifndef __MSDOS__
int CheckBattery();
int CheckBatteryTime();
int CheckBatteryPercent();
int CheckBatteryPercent();
*CSStatus2 = 0;
*CSStatus3 = 0;
@@ -367,7 +367,7 @@ void DisplayBatteryStatus()
case -1: //No battery
strcpy(CSStatus, "No battery present");
break;
case 0: //Plugged in
{
int percent = CheckBatteryPercent();
@@ -379,7 +379,7 @@ void DisplayBatteryStatus()
}
}
break;
case 1: //Not plugged in
{
int percent = CheckBatteryPercent();