Skip to content

Commit

Permalink
Comments and whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
qris committed Sep 19, 2015
1 parent be916ca commit 9a6b385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/backupstore/BackupStoreDirectory.cpp
@@ -1,7 +1,7 @@
// --------------------------------------------------------------------------
//
// File
// Name: BackupStoreDirectory.h
// Name: BackupStoreDirectory.cpp
// Purpose: Representation of a backup directory
// Created: 2003/08/26
//
Expand Down Expand Up @@ -172,7 +172,7 @@ void BackupStoreDirectory::ReadFromStream(IOStream &rStream, int Timeout)
int count = ntohl(hdr.mNumEntries);

// Clear existing list
for(std::vector<Entry*>::iterator i = mEntries.begin();
for(std::vector<Entry*>::iterator i = mEntries.begin();
i != mEntries.end(); i++)
{
delete (*i);
Expand Down

0 comments on commit 9a6b385

Please sign in to comment.