Skip to content

Commit

Permalink
🤖 Format .jl files
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Aug 29, 2024
1 parent 6dc56b8 commit 232fa16
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/sifdecoder.jl
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,18 @@ function build_libsif(
cd(libsif_folder) do
if isfile("ELFUN$suffix.f")
object_files = String[]
for file in ("ELFUN", "GROUP", "RANGE", "ELFUNF", "ELFUND", "GROUPF", "GROUPD", "SETTYP", "EXTER", "EXTERA")
for file in (
"ELFUN",
"GROUP",
"RANGE",
"ELFUNF",
"ELFUND",
"GROUPF",
"GROUPD",
"SETTYP",
"EXTER",
"EXTERA",
)
if isfile("$file$suffix.f")
@static if Sys.iswindows()
mingw = Int == Int64 ? "mingw64" : "mingw32"
Expand Down

0 comments on commit 232fa16

Please sign in to comment.