Skip to content

Commit 855a405

Browse files
formatting fixup
1 parent 6071b08 commit 855a405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/tools/driver/Driver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ void SetupPythonRuntimeLibrary() {
502502
return;
503503
#endif
504504
llvm::errs() << "error: unable to find "
505-
<< LLDB_PYTHON_RUNTIME_LIBRARY_FILENAME << ".\n";
505+
<< LLDB_PYTHON_RUNTIME_LIBRARY_FILENAME << ".\n";
506506
return;
507507
#elif defined(LLDB_PYTHON_DLL_RELATIVE_PATH)
508508
if (!AddPythonDLLToSearchPath())

0 commit comments

Comments
 (0)