mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-02-20 13:42:14 +00:00
formatting fix
This commit is contained in:
@@ -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] );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user