aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-12-22 14:04:27 +0100
committerThomas White <taw@physics.org>2024-02-06 16:59:35 +0100
commit02b34871911a1b6c508e160a3ec5f0a1d602f8c9 (patch)
treed3683f6b079f03d8a8c6d6ec68ab91b5bbe3875b
parent713a1f382153cefe089c6eba0d7d8ec316055706 (diff)
Formatting
-rw-r--r--julia/CrystFEL/src/image.jl4
1 files changed, 2 insertions, 2 deletions
diff --git a/julia/CrystFEL/src/image.jl b/julia/CrystFEL/src/image.jl
index 4f126c28..22c18aa1 100644
--- a/julia/CrystFEL/src/image.jl
+++ b/julia/CrystFEL/src/image.jl
@@ -137,8 +137,8 @@ function Image(dtempl::DataTemplate,
out = @ccall libcrystfel.image_read(dtempl.internalptr::Ptr{InternalDataTemplate},
filename::Cstring, event::Cstring,
- no_image_data::Cint, no_mask_data::Cint,
- C_NULL::Ptr{Cvoid})::Ptr{Image}
+ no_image_data::Cint, no_mask_data::Cint,
+ C_NULL::Ptr{Cvoid})::Ptr{Image}
if out == C_NULL
throw(ArgumentError("Failed to load image"))
end