Skip to content

Commit 191b7de

Browse files
committed
Fix formatting
1 parent 5c41a61 commit 191b7de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/sage/libs/meson.build

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ sirocco = dependency('libsirocco', required: false, disabler: true)
22
if not sirocco.found()
33
# fallback for older versions without pkg-config
44
sirocco = cc.find_library(
5-
'sirocco',
6-
required: get_option('sirocco'),
7-
disabler: true,
8-
)
5+
'sirocco',
6+
required: get_option('sirocco'),
7+
disabler: true,
8+
)
99
endif
1010
# cannot be found via pkg-config
1111
ecl = cc.find_library('ecl', required: false, disabler: true)

0 commit comments

Comments
 (0)