aboutsummaryrefslogtreecommitdiff
path: root/src/process_hkl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process_hkl.c')
-rw-r--r--src/process_hkl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c
index 00e9e56c..5c9f8a28 100644
--- a/src/process_hkl.c
+++ b/src/process_hkl.c
@@ -84,7 +84,8 @@ static void show_help(const char *s)
}
-static void plot_histogram(double *vals, int n, float hist_min, float hist_max, int nbins)
+static void plot_histogram(double *vals, int n, float hist_min, float hist_max,
+ int nbins)
{
int i;
double max = -INFINITY;