diff options
| author | Tim Rogers <[email protected]> | 2019-09-13 21:45:08 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-13 21:45:08 -0400 |
| commit | dba877b45fe11187d56904bbd169f4e0a5ad0586 (patch) | |
| tree | 649ddec731e6934cb535b569d7d3d2c754b8e89c /src/statwrapper.h | |
| parent | bea40c4a22a86fddbf1f7845265697716727f8b1 (diff) | |
| parent | d65f6d38f054a48733bd1dfd22cb37864b5bded6 (diff) | |
Merge pull request #31 from rgreen/dev
Application of clang-format to make the code use standardized formatting.
Diffstat (limited to 'src/statwrapper.h')
| -rw-r--r-- | src/statwrapper.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/statwrapper.h b/src/statwrapper.h index 65c2ab9..4c00447 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 |
