whitespace google code style

This commit is contained in:
Isaac Connor 2018-03-27 11:04:40 -04:00
parent 3a5ff289d0
commit b8a792cfb7
1 changed files with 9 additions and 9 deletions

View File

@ -1212,10 +1212,10 @@ bool Monitor::CheckSignal( const Image *image ) {
return true;
}
}
}
return( false );
}
return( true );
} // end for < signal_check_points
return false;
} // end if signal_check_points
return true;
}
bool Monitor::Analyse() {