Code Cleanup

- Style: cuddled braces
- Style: one declaration per line
- Omission: ChangeLog not updated
- Omission: AUTHORS not updated
- Omission: en-US.h change not propagated to es-ES.h
This commit is contained in:
Paul Beckingham 2012-12-22 10:04:43 -05:00
parent c0fbfcc58c
commit b515111f2b
5 changed files with 10 additions and 3 deletions

View file

@ -381,7 +381,8 @@ int CmdInfo::execute (std::string& output)
std::string previous;
std::string current;
unsigned int i = 0;
long total_time = 0, last_timestamp = 0;
long total_time = 0;
long last_timestamp = 0;
while (i < undo.size ())
{
when = undo[i++];