Skip to content

Commit 9c5a503

Browse files
authored
insert blank line
1 parent b922e34 commit 9c5a503

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eb_hooks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,7 @@ def pre_configure_hook(self, *args, **kwargs):
740740
"""Main pre-configure hook: trigger custom functions based on software name."""
741741
if self.name in PRE_CONFIGURE_HOOKS:
742742
PRE_CONFIGURE_HOOKS[self.name](self, *args, **kwargs)
743+
743744
# workaround for a Zlib macro being renamed in Gentoo, see https://bugs.gentoo.org/383179
744745
# (solves "expected initializer before 'OF'" errors)
745746
if self.name in ['FreeXL', 'libspatialite', 'VSEARCH']:

0 commit comments

Comments
 (0)