Skip to content

Commit

Permalink
updates cleaning script
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeter committed Jun 24, 2019
1 parent 56b325e commit 47b6d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/clean_listings_specfem.pl
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@

# for spaces around comparisons we exclude that file because it contains print statements that print
# XML file lines and thus it contains many < and > characters that must not be changed
if($basename_obtained ne 'write_output_ASDF.f90') {
if($basename_obtained ne 'write_output_ASDF.f90' && $basename_obtained ne 'config.h.in') {

# make sure there is one white space on each side of comparison operators
$line =~ s#\s*<\s*=\s*# <= #ogi;
Expand Down

0 comments on commit 47b6d33

Please sign in to comment.