Add missing space between \btrue
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 9 Apr 2019 08:34:07 +0000 (08:34 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 9 Apr 2019 08:34:07 +0000 (08:34 +0000)
commit721b8d1557a1e66b22e29e21b12b35103c7cc89b
treefb085acc8737ba624687429838ac954049d9fc87
parente16434a0497bdb2da587390171a496b56f1c41b6
Add missing space between \btrue

There was a space missing in some the documentation for
lldb::BreakpointsWriteToFile.

This fixes the following doxygen error when building the lldb-cpp-doc
target:

  llvm-project/lldb/include/lldb/API/SBTarget.h:775 warning: Found
  unknown command `\btrue'

Patch by: Konrad Kleine

Differential revision: https://reviews.llvm.org/D60442

llvm-svn: 357980
lldb/include/lldb/API/SBTarget.h