Missing line break at EOF

This commit is contained in:
Lorenz Meier
2014-01-02 09:49:43 +01:00
parent 9a9a6f3d86
commit 7ae71316fa

View File

@@ -13,4 +13,4 @@ hrt_abstime hrt_absolute_time() {
hrt_abstime hrt_elapsed_time(const volatile hrt_abstime *then) {
// not thread safe
return hrt_absolute_time() - *then;
}
}