diff options
author | Thomas White <taw@physics.org> | 2015-02-20 15:18:07 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-02-20 15:18:46 +0100 |
commit | 924e12622df423f2934d35fd50bd2640b2bbdf5d (patch) | |
tree | 4541090d51b6ab6e60433c87996a086cb420831e /libcrystfel/src | |
parent | ffc7de490021605d1b818ae2917146dad5a1cb2c (diff) |
Formatting
Diffstat (limited to 'libcrystfel/src')
-rw-r--r-- | libcrystfel/src/hdf5-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/hdf5-file.c b/libcrystfel/src/hdf5-file.c index 5ac6e9c9..0c1ea92a 100644 --- a/libcrystfel/src/hdf5-file.c +++ b/libcrystfel/src/hdf5-file.c @@ -1966,7 +1966,7 @@ char *hdfile_get_string_value(struct hdfile *f, const char *name, char **hdfile_read_group(struct hdfile *f, int *n, const char *parent, - int **p_is_group, int **p_is_image) + int **p_is_group, int **p_is_image) { hid_t gh; hsize_t num; |