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 /lout/signal.hh | |
parent | 74f64426001a693759e47963f99965e0e6ee847d (diff) |
whitespace cleanup: 's/ +$//g'
Diffstat (limited to 'lout/signal.hh')
-rw-r--r-- | lout/signal.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lout/signal.hh b/lout/signal.hh index c96247be..9a5635d0 100644 --- a/lout/signal.hh +++ b/lout/signal.hh @@ -160,7 +160,7 @@ * // ... * }; * \endcode - * + * * The constructor of Qix should then set \em qix: * * \code @@ -217,7 +217,7 @@ private: container::typed::List <Receiver> *receivers; void unconnect (Receiver *receiver); - + protected: void emitVoid (int signalNo, int argc, Object **argv); bool emitBool (int signalNo, int argc, Object **argv); |