aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-03-05 17:19:33 +0100
committerThomas White <taw@physics.org>2012-03-05 17:20:07 +0100
commitd479c65258137961ea9e919b99d59269e34b2115 (patch)
treeef0b82f3f6470901a2c9c640307133047d7a772c
parent7de85e897dbb65a43f7548a1464ce3eab7214bc5 (diff)
Formatting
-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;