document code blocks

pull/1857/head
Isaac Connor 2016-11-03 16:44:03 -04:00
parent dbd7d7d095
commit 11b160b7d1
1 changed files with 4 additions and 3 deletions

View File

@ -344,10 +344,11 @@ int main( int argc, char *argv[] )
} }
} }
gettimeofday( &(last_capture_times[i]), NULL ); gettimeofday( &(last_capture_times[i]), NULL );
} } // end if next_delay <= min_delay || next_delays[i] <= 0 )
}
} // end foreach n_monitors
sigprocmask( SIG_UNBLOCK, &block_set, 0 ); sigprocmask( SIG_UNBLOCK, &block_set, 0 );
} } // end while ! zm_terminate
for ( int i = 0; i < n_monitors; i++ ) for ( int i = 0; i < n_monitors; i++ )
{ {
delete monitors[i]; delete monitors[i];