Skip to content

Commit

Permalink
Adding newline to end of file
Browse files Browse the repository at this point in the history
to resolve spack style issues.
  • Loading branch information
vsoch committed Oct 29, 2021
1 parent 11a5003 commit e43549b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/libabigail/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ def autoreconf(self, spec, prefix):
with working_dir(self.configure_directory):

# We need force (f) because without it, looks for RedHat library
autoreconf('-ivf')
autoreconf('-ivf')

0 comments on commit e43549b

Please sign in to comment.