Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Whitespace.
  • Loading branch information
skyjake committed Sep 19, 2015
1 parent 001ffc4 commit 2fc2a81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/apps/client/src/main_client.cpp
Expand Up @@ -83,10 +83,10 @@ int main(int argc, char** argv)
}
}

// Check that all reference-counted objects have been deleted.
// Check that all reference-counted objects have been deleted.
#ifdef DENG2_DEBUG
# ifdef DENG_USE_COUNTED_TRACING
if(de::Counted::totalCount > 0)
if(de::Counted::totalCount > 0)
{
de::Counted::printAllocs();
}
Expand Down

0 comments on commit 2fc2a81

Please sign in to comment.