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

@ -44,14 +44,14 @@ CMeasureNetTotal::~CMeasureNetTotal()
/*
** Update
**
** Updates the current net total value.
** Updates the current net total value.
**
*/
bool CMeasureNetTotal::Update()
{
if (!CMeasureNet::PreUpdate()) return false;
if(c_Table == NULL) return false;
if (c_Table == NULL) return false;
if (m_Cumulative)
{
@ -61,7 +61,7 @@ bool CMeasureNetTotal::Update()
{
ULONG64 value = 0;
if (!m_FirstTime)
if (!m_FirstTime)
{
value = GetNetOctets(NET_TOTAL);
if (value > m_TotalOctets)