clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.
Remove extra spaces before ( and good to go.
================
Comment at: scripts/interface/SBTarget.i:282
lldb::SBProcess
- LoadCore(const char *core_file);
-
+ LoadCore (const char *core_file);
+
----------------
remove space before (
================
Comment at: scripts/interface/SBTarget.i:285
+ lldb::SBProcess
+ LoadCore (const char *core_file, lldb::SBError &error);
+
----------------
remove space before (
================
Comment at: scripts/interface/SBTarget.i:288
lldb::SBProcess
Attach (lldb::SBAttachInfo &attach_info, lldb::SBError& error);
----------------
remove space before (
https://reviews.llvm.org/D48049
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits