Code beautification with uncrustify
[alexxy/gromacs.git] / src / gromacs / legacyheaders / histogram.h
index dd751685f693b5214de708d134ec49ee5fa03a28..ef9eab7f2533a34f074c1aefb8edce6ae5efbb0a 100644 (file)
@@ -69,7 +69,7 @@ typedef enum
      *
      * Use gmx_histogram_add_item() or gmx_histogram_add_item_to_bin() to sample.
      */
-    HIST_BINAVER 
+    HIST_BINAVER
 } e_histogram_t;
 
 /** Whether bins are centered at integer values. */
@@ -202,7 +202,7 @@ gmx_histogram_write(FILE *fp, gmx_histogram_t *h, gmx_bool bErrors);
 /** Writes a set of histograms to a file. */
 void
 gmx_histogram_write_array(FILE *fp, int n, gmx_histogram_t *h[],
-                              gmx_bool bValue, gmx_bool bErrors);
+                          gmx_bool bValue, gmx_bool bErrors);
 /** Writes a set of cumulative histograms to a file. */
 void
 gmx_histogram_write_cum_array(FILE *fp, int n, gmx_histogram_t *h[],