diff options
author | Thomas White <taw@physics.org> | 2020-08-27 16:48:02 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-08-27 16:48:02 +0200 |
commit | 3a6892a6b5df59bf3531519ea2ee6c875ebbead9 (patch) | |
tree | 6741dbe000cf20238282a46335c1e50353878f00 /libcrystfel/meson.build | |
parent | 4a9e89cc81fe8af26e5f813fdd26e2717d876a68 (diff) |
Fix indentation
Diffstat (limited to 'libcrystfel/meson.build')
-rw-r--r-- | libcrystfel/meson.build | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libcrystfel/meson.build b/libcrystfel/meson.build index 93407919..3d7abd9b 100644 --- a/libcrystfel/meson.build +++ b/libcrystfel/meson.build @@ -91,11 +91,11 @@ libcrystfel_sources = ['src/image.c', 'src/geometry.c', 'src/reflist.c', 'src/reflist-utils.c', - 'src/datatemplate.c', - 'src/colscale.c', - 'src/detgeom.c', - 'src/image-cbf.c', - 'src/image-hdf5.c', + 'src/datatemplate.c', + 'src/colscale.c', + 'src/detgeom.c', + 'src/image-cbf.c', + 'src/image-hdf5.c', 'src/indexers/dirax.c', 'src/indexers/felix.c', 'src/indexers/mosflm.c', |