Skip to content
Snippets Groups Projects
Commit e5fb44e7 authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Cosmetic changes.

	 * src/signal/signal-caster.cpp: cut long lines for function
	   SignalCaster::registerCast.
parent ed5d7880
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,10 @@ SignalCaster::~SignalCaster() {
// no special cleanup to do
}
void SignalCaster::registerCast(const type_info& type, SignalCaster::displayer_type displayer,
SignalCaster::caster_type caster, SignalCaster::tracer_type tracer) {
void SignalCaster::registerCast(const type_info& type,
SignalCaster::displayer_type displayer,
SignalCaster::caster_type caster,
SignalCaster::tracer_type tracer) {
if ( existsCast(type) ) {
// If type name has already been registered for same type, do not throw.
if ( type_info_[type.name()] != &type) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment