Skip to content
Snippets Groups Projects
Commit 2cd5442f authored by Thomas Kennedy's avatar Thomas Kennedy
Browse files

Correct indentation

parent 3249d43d
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ using CoreTempReading = std::pair<int, std::vector<double>>;
*/
template<typename CoreTempReadingContainer>
CoreTempReadingContainer parse_raw_temps(std::istream& original_temps,
int step_size = 30)
int step_size = 30)
{
CoreTempReadingContainer allTheReadings;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment