Whitespace fixes

This commit is contained in:
John Wiegley 2009-11-01 21:14:18 -05:00
parent 6b6ca6d4c7
commit caff01ba75
2 changed files with 1 additions and 3 deletions

View file

@ -288,8 +288,7 @@ public:
class anonymize_posts : public item_handler<post_t> class anonymize_posts : public item_handler<post_t>
{ {
temporaries_t temps; temporaries_t temps;
xact_t * last_xact;
xact_t * last_xact;
anonymize_posts(); anonymize_posts();

View file

@ -65,7 +65,6 @@ class xact_base_t : public item_t
{ {
public: public:
journal_t * journal; journal_t * journal;
posts_list posts; posts_list posts;
xact_base_t() : item_t(), journal(NULL) { xact_base_t() : item_t(), journal(NULL) {