mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Cosmetic changes to code.
This commit is contained in:
@ -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());
|
||||
}
|
||||
|
Reference in New Issue
Block a user