Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 3cb3f035 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

formatting

parent fa913a2d
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,8 @@ namespace TUGraz.VectoCore.Tests.Reports
var gear = (uint)row[(int)ModalResultField.Gear];
var time = (Second)row[(int)ModalResultField.time];
if ((lastGear == 0 && gear != 0) || (lastGear != 0 && gear == 0)) {
if ((lastGear == 0 && gear != 0) || (lastGear != 0 && gear == 0))
{
//skipNext = (uint)row[(int)ModalResultField.Gear] == 0;
lastGear = gear;
continue;
......
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