aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Tools/tests-host/hrt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/tests-host/hrt.cpp b/Tools/tests-host/hrt.cpp
index d791e9e2a..01b5958b7 100644
--- a/Tools/tests-host/hrt.cpp
+++ b/Tools/tests-host/hrt.cpp
@@ -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;
-} \ No newline at end of file
+}