Skip to content

Commit d918b81

Browse files
committed
[lldb] [debugserver] Add spaces between sentences in a CMake warning. NFC.
1 parent 9f406e4 commit d918b81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/tools/debugserver/source/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ endfunction()
1919

2020
function(get_debugserver_codesign_identity result)
2121
string(CONCAT not_found_help
22-
"This will cause failures in the test suite."
23-
"Pass '-DLLDB_USE_SYSTEM_DEBUGSERVER=ON' to use the system one instead."
22+
"This will cause failures in the test suite. "
23+
"Pass '-DLLDB_USE_SYSTEM_DEBUGSERVER=ON' to use the system one instead. "
2424
"See 'Code Signing on macOS' in the documentation."
2525
)
2626

0 commit comments

Comments
 (0)