mirror of
https://github.com/eclipse/upm.git
synced 2025-09-14 22:25:19 +03:00
Added newline at the end of some files
This commit is contained in:

committed by
Stefan Andritoiu

parent
8f94b8e165
commit
a03e468a2a
@@ -35,4 +35,4 @@ namespace upm
|
||||
virtual ~iCollision() {}
|
||||
virtual bool isColliding() = 0;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@@ -67,4 +67,4 @@ namespace upm
|
||||
|
||||
return convertedValue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -35,4 +35,4 @@ namespace upm
|
||||
virtual ~iDistanceInterrupter() {}
|
||||
virtual bool objectDetected() = 0;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@@ -35,4 +35,4 @@ namespace upm
|
||||
virtual ~iHallEffect() {}
|
||||
virtual bool magnetDetected() = 0;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@@ -35,4 +35,4 @@ namespace upm
|
||||
virtual ~iHumidity() {}
|
||||
virtual float getHumidity() = 0;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@@ -35,4 +35,4 @@ namespace upm
|
||||
virtual ~iMoisture() {}
|
||||
virtual int getMoisture() = 0;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@@ -35,4 +35,4 @@ namespace upm
|
||||
virtual ~iMotion() {}
|
||||
virtual bool motionDetected() = 0;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user