aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-09-11 14:54:26 +0200
committerThomas White <taw@physics.org>2014-09-12 11:01:58 +0200
commitbad93c437908f226ffda7ee4c1e4a79c828f3075 (patch)
tree1156359ab90e9194a3354174d69f42327fc6bbc0 /src
parent9817d9349ccd8c2344ba872f747e57eced1f3789 (diff)
Formatting
Diffstat (limited to 'src')
-rw-r--r--src/process_image.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/process_image.c b/src/process_image.c
index 19a3c347..8646f535 100644
--- a/src/process_image.c
+++ b/src/process_image.c
@@ -114,7 +114,8 @@ void process_image(const struct index_args *iargs, struct pattern_args *pargs,
/* Get peaks from HDF5 */
if ( !single_panel_data_source(iargs->det, iargs->element) ) {
- ERROR("Peaks from HDF5 file not supported with multiple panel data sources.\n");
+ ERROR("Peaks from HDF5 file not supported with "
+ "multiple panel data sources.\n");
}
if ( get_peaks(&image, hdfile, iargs->hdf5_peak_path) ) {