aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-01-02 09:49:43 +0100
committerLorenz Meier <lm@inf.ethz.ch>2014-01-02 09:49:43 +0100
commit7ae71316fa90a2da250411022a14d8e9432a8e35 (patch)
tree7025fb5f2875551a83b130f9cee4964ef889bb1b /Tools
parent9a9a6f3d866d7a7f5f2f82bfce79242603734445 (diff)
downloadpx4-firmware-7ae71316fa90a2da250411022a14d8e9432a8e35.tar.gz
px4-firmware-7ae71316fa90a2da250411022a14d8e9432a8e35.tar.bz2
px4-firmware-7ae71316fa90a2da250411022a14d8e9432a8e35.zip
Missing line break at EOF
Diffstat (limited to 'Tools')
-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
+}