Skip to content

Commit

Permalink
added newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac Staples committed May 24, 2014
1 parent 074e230 commit 5d50ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Moving_average/Moving_average.ino
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ void print(const int tmp_val, const int filter1, const int filter2) {
Serial.print(filter1);
Serial.print("\tma2 is: ");
Serial.println(filter2);
}
}

0 comments on commit 5d50ec2

Please sign in to comment.