-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Labels
bugnon-critical bug (or with workaround)non-critical bug (or with workaround)
Milestone
Description
Hi,
I came across the following bug in fprettify. While parsing a line containing a stop statement such as:
if (condition) stop 'A message'
fprettify removed the space between stop and 'A message'. I.e.
if (condition) stop'A message'
This then results in a compilation error when compiling with gfortran.
Hope this helps!
Ben
Metadata
Metadata
Assignees
Labels
bugnon-critical bug (or with workaround)non-critical bug (or with workaround)