From bad93c437908f226ffda7ee4c1e4a79c828f3075 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 11 Sep 2014 14:54:26 +0200 Subject: Formatting --- src/process_image.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) ) { -- cgit v1.2.3