From 08714d2c751da1be531f05af02fda6d9b1f39681 Mon Sep 17 00:00:00 2001 From: Mark Charlebois Date: Mon, 23 Nov 2015 21:31:50 -0800 Subject: [PATCH] Fixed whitespace Signed-off-by: Mark Charlebois --- Tools/decode_backtrace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/decode_backtrace.py b/Tools/decode_backtrace.py index 479e0f305a..b085000087 100755 --- a/Tools/decode_backtrace.py +++ b/Tools/decode_backtrace.py @@ -35,7 +35,7 @@ import os import subprocess -# The PX4_BACKTRACE() macro can be used to generate backtraces in the +# The PX4_BACKTRACE() macro can be used to generate backtraces in the # running code. These provide the addresses only. This utility can be # used to decode the backtrace into a readable form: #