[lldb] Remove extra space in step logging message
authorDave Lee <davelee.com@gmail.com>
Thu, 10 Mar 2022 20:01:15 +0000 (12:01 -0800)
committerDave Lee <davelee.com@gmail.com>
Thu, 10 Mar 2022 20:02:58 +0000 (12:02 -0800)
commite3dfa30501c55c4c4cb10e7554b404afa400cc08
treee087d9a50e799b9a2aea575f6e6f01e9aea21446
parent3734c0783ee5160f6f0176598a0766d86a5ffeca
[lldb] Remove extra space in step logging message

When seeing the extra space in the log, it wasn't clear if there was a missing
printf argument. Removing the extra space removes the potential confusion.
lldb/source/Target/Thread.cpp