Cosmetic changes to code.

This commit is contained in:
Birunthan Mohanathas
2011-03-29 19:21:57 +00:00
parent 5882f12c49
commit a92bdd9b18
65 changed files with 1642 additions and 1642 deletions

View File

@ -47,7 +47,7 @@ CMeasureDiskSpace::~CMeasureDiskSpace()
/*
** Update
**
** Updates the current disk free space value.
** Updates the current disk free space value.
**
*/
bool CMeasureDiskSpace::Update()
@ -127,7 +127,7 @@ bool CMeasureDiskSpace::Update()
*/
const WCHAR* CMeasureDiskSpace::GetStringValue(AUTOSCALE autoScale, double scale, int decimals, bool percentual)
{
if (m_Label)
if (m_Label)
{
return CheckSubstitute(m_LabelName.c_str());
}