diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-09-06 17:36:37 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-09-06 17:36:37 -0300 |
commit | 0b32abdc19b0c37d3f8c69d4b720437405246f88 (patch) | |
tree | 041178f9ed43b8954799d52d056119c0cdd23a61 /src/doctree.hh | |
parent | 6e539b69c6663c3bb99396716bc5e8e3d67f42cb (diff) |
remove trailing whitespace
Diffstat (limited to 'src/doctree.hh')
-rw-r--r-- | src/doctree.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doctree.hh b/src/doctree.hh index 92cf6f0d..85c1effd 100644 --- a/src/doctree.hh +++ b/src/doctree.hh @@ -58,7 +58,7 @@ class Doctree { num = 0; }; - ~Doctree () { + ~Doctree () { delete rootNode; }; @@ -85,7 +85,7 @@ class Doctree { }; inline DoctreeNode *parent (const DoctreeNode *node) { - if (node->parent != rootNode) + if (node->parent != rootNode) return node->parent; else return NULL; |