aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dw-hdfsee.c6
-rw-r--r--src/process_image.c4
2 files changed, 5 insertions, 5 deletions
diff --git a/src/dw-hdfsee.c b/src/dw-hdfsee.c
index e92dcd1e..ea1dbf0a 100644
--- a/src/dw-hdfsee.c
+++ b/src/dw-hdfsee.c
@@ -853,9 +853,9 @@ static gint displaywindow_set_boostint(GtkWidget *widget, DisplayWindow *dw)
return 0;
}
- if ( dw->hdfile == NULL ) {
- return 0;
- }
+ if ( dw->hdfile == NULL ) {
+ return 0;
+ }
bd = malloc(sizeof(BoostIntDialog));
if ( bd == NULL ) return 0;
diff --git a/src/process_image.c b/src/process_image.c
index 6ccd0c9a..6f5f4209 100644
--- a/src/process_image.c
+++ b/src/process_image.c
@@ -3,11 +3,11 @@
*
* The processing pipeline for one image
*
- * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2015 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2010-2014 Thomas White <taw@physics.org>
+ * 2010-2015 Thomas White <taw@physics.org>
* 2014 Valerio Mariani
*
* This file is part of CrystFEL.