aboutsummaryrefslogtreecommitdiff
path: root/src/hdfsee.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-11-17 11:06:58 +0100
committerThomas White <taw@physics.org>2014-11-17 11:06:58 +0100
commit11264fb276919d391fc1ef5935b12ae6ba50a269 (patch)
tree7d56b1ae5d49e399d07d6a276a22c064622c7445 /src/hdfsee.c
parent8a88f9bdd200645ceb30a2c136b865528c40b1ee (diff)
Formatting
Diffstat (limited to 'src/hdfsee.c')
-rw-r--r--src/hdfsee.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/hdfsee.c b/src/hdfsee.c
index cdf4ae92..d8799209 100644
--- a/src/hdfsee.c
+++ b/src/hdfsee.c
@@ -218,8 +218,8 @@ int main(int argc, char *argv[])
det_geom = get_detector_geometry(geom_filename, &cbeam);
if ( det_geom == NULL ) {
- ERROR("Failed to read detector geometry from '%s'\n",
- optarg);
+ ERROR("Failed to read detector geometry "
+ "from '%s'\n", optarg);
return 1;
}
beam = &cbeam;
@@ -296,7 +296,8 @@ int main(int argc, char *argv[])
free(cscale);
for ( i=0; i<nfiles; i++ ) {
- main_window_list[i] = displaywindow_open(argv[optind+i], geom_filename,
+ main_window_list[i] = displaywindow_open(argv[optind+i],
+ geom_filename,
peaks, boost, binning,
config_noisefilter,
config_calibmode,