Skip to content

Commit

Permalink
Cosmetic.
Browse files Browse the repository at this point in the history
  • Loading branch information
JChristensen committed Feb 27, 2022
1 parent 393cc83 commit 36c5413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/movingAvg.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ class movingAvg
int m_nbrReadings; // number of readings
long m_sum; // sum of the m_readings array
int m_next; // index to the next reading
int *m_readings; // pointer to the dynamically allocated interval array
int* m_readings; // pointer to the dynamically allocated interval array
};
#endif

0 comments on commit 36c5413

Please sign in to comment.