Skip to content

Commit

Permalink
wres: remove redundant whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Jul 6, 2024
1 parent e1e6b05 commit 4cf6cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bld/wres/c/wrreaddi.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ static bool readMResDir( FILE *fp, WResDir currdir, bool *dup_discarded,
error = WResAddResource2( type, name, head->MemoryFlags,
WRESTELL( fp ), head->Size, currdir, NULL,
&dup, fileinfo );
if( error && !WResIsEmptyWindow( dup ) ) {
if( error && !WResIsEmptyWindow( dup ) ) {
error = false;
if( dup_discarded != NULL ) {
*dup_discarded = true;
Expand Down

0 comments on commit 4cf6cd1

Please sign in to comment.