Whitespace fixes
This commit is contained in:
parent
6b6ca6d4c7
commit
caff01ba75
2 changed files with 1 additions and 3 deletions
|
|
@ -288,8 +288,7 @@ public:
|
|||
class anonymize_posts : public item_handler<post_t>
|
||||
{
|
||||
temporaries_t temps;
|
||||
|
||||
xact_t * last_xact;
|
||||
xact_t * last_xact;
|
||||
|
||||
anonymize_posts();
|
||||
|
||||
|
|
|
|||
|
|
@ -65,7 +65,6 @@ class xact_base_t : public item_t
|
|||
{
|
||||
public:
|
||||
journal_t * journal;
|
||||
|
||||
posts_list posts;
|
||||
|
||||
xact_base_t() : item_t(), journal(NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue