diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-02-09 14:56:31 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-02-09 14:56:31 -0300 |
commit | e32686c10a4f4fe7c34b181845220b5c491f32fb (patch) | |
tree | c090052c311a3a1732d03dc17fe357f97437b397 /dw/alignedtextblock.cc | |
parent | 74f64426001a693759e47963f99965e0e6ee847d (diff) |
whitespace cleanup: 's/ +$//g'
Diffstat (limited to 'dw/alignedtextblock.cc')
-rw-r--r-- | dw/alignedtextblock.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dw/alignedtextblock.cc b/dw/alignedtextblock.cc index a886aed2..66ce5bb6 100644 --- a/dw/alignedtextblock.cc +++ b/dw/alignedtextblock.cc @@ -63,7 +63,7 @@ int AlignedTextblock::CLASS_ID = -1; AlignedTextblock::AlignedTextblock (bool limitTextWidth): Textblock (limitTextWidth) { - registerName ("dw::AlignedTextblock", &CLASS_ID); + registerName ("dw::AlignedTextblock", &CLASS_ID); } void AlignedTextblock::setRefTextblock (AlignedTextblock *ref) @@ -76,7 +76,7 @@ void AlignedTextblock::setRefTextblock (AlignedTextblock *ref) listPos = list->add (this); updateValue (); } - + AlignedTextblock::~AlignedTextblock() { list->unref (listPos); @@ -86,7 +86,7 @@ void AlignedTextblock::updateValue () { if (list) { list->setValue (listPos, getValue ()); - + if (list->getValue (listPos) > list->getMaxValue ()) { // New value greater than current maximum -> apply it to others. list->setMaxValue (list->getValue (listPos)); |