aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/powder_plot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/powder_plot.c b/src/powder_plot.c
index a57c184d..736a9b99 100644
--- a/src/powder_plot.c
+++ b/src/powder_plot.c
@@ -887,7 +887,7 @@ int main(int argc, char *argv[])
if ( is_stream(filename) == 1 ) {
file_type = FILE_STREAM;
-
+
} else if ( H5Fis_hdf5(filename) > 0 ) {
file_type = FILE_H5;
@@ -980,7 +980,7 @@ int main(int argc, char *argv[])
}
free(geometry);
- /* Open files to get wavelength if it exists & camera length
+ /* Open files to get wavelength if it exists & camera length
if they are not found in the geometry file */
if (file_type == FILE_STREAM) {
fh = fopen(filename, "r");