formatting fix

This commit is contained in:
Gerold Gruber
2023-11-04 13:55:11 +01:00
parent 2ac6ebe7ea
commit 28a9c70abc

View File

@@ -893,8 +893,8 @@ void nwipe_log_summary( nwipe_context_t** ptr, int nwipe_selected )
/* Create the PDF report/certificate */ /* Create the PDF report/certificate */
if( strcmp( nwipe_options.PDFreportpath, "noPDF" ) != 0 ) if( strcmp( nwipe_options.PDFreportpath, "noPDF" ) != 0 )
{ {
/* to have some progress indication. can help if there are many/slow disks */ /* to have some progress indication. can help if there are many/slow disks */
fprintf( stderr, "." ); fprintf( stderr, "." );
create_pdf( c[i] ); create_pdf( c[i] );
} }
} }