From ae63df6d86f995876f38ab3cdf47eac61ccda8cd Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 13 Sep 2019 07:48:08 -0400 Subject: Revert "Add src/ director formatting" This reverts commit 26ca8de4a6ec9bfe422a14cbe325a5f257df453b. --- src/statwrapper.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/statwrapper.h') diff --git a/src/statwrapper.h b/src/statwrapper.h index 4c00447..65c2ab9 100644 --- a/src/statwrapper.h +++ b/src/statwrapper.h @@ -1,12 +1,12 @@ #ifndef STAT_WRAPER_H #define STAT_WRAPER_H -class Stats* StatCreate(const char* name, double bin_size, int num_bins); -void StatClear(void* st); -void StatAddSample(void* st, int val); -double StatAverage(void* st); -double StatMax(void* st); -double StatMin(void* st); -void StatDisp(void* st); +class Stats* StatCreate (const char * name, double bin_size, int num_bins) ; +void StatClear(void * st); +void StatAddSample (void * st, int val); +double StatAverage(void * st) ; +double StatMax(void * st) ; +double StatMin(void * st) ; +void StatDisp (void * st); #endif -- cgit v1.3