diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-13 16:56:51 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-13 16:56:51 +0200 |
commit | 79f5e272aad5eb591436ffce2562339fc274aa34 (patch) | |
tree | 603f484f6458b1128eb47dec56cbd2add466c9c2 | |
parent | 57f859728d789400de0cd04a13d3d22c2b27ba6f (diff) |
white space
-rw-r--r-- | ot_stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -501,7 +501,7 @@ static void stats_return_fulllog( int *iovec_entries, struct iovec **iovector, c | |||
501 | char * re = r + OT_STATS_TMPSIZE; | 501 | char * re = r + OT_STATS_TMPSIZE; |
502 | 502 | ||
503 | g_logchain_first = g_logchain_last = 0; | 503 | g_logchain_first = g_logchain_last = 0; |
504 | 504 | ||
505 | while( loglist ) { | 505 | while( loglist ) { |
506 | if( r + ( loglist->size + 64 ) >= re ) { | 506 | if( r + ( loglist->size + 64 ) >= re ) { |
507 | r = iovec_fix_increase_or_free( iovec_entries, iovector, r, 32 * OT_STATS_TMPSIZE ); | 507 | r = iovec_fix_increase_or_free( iovec_entries, iovector, r, 32 * OT_STATS_TMPSIZE ); |