summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/interface/SBCommandReturnObject.i
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/scripts/interface/SBCommandReturnObject.i')
-rw-r--r--lldb/scripts/interface/SBCommandReturnObject.i14
1 files changed, 7 insertions, 7 deletions
diff --git a/lldb/scripts/interface/SBCommandReturnObject.i b/lldb/scripts/interface/SBCommandReturnObject.i
index 33507bc8dcf..1e04a8fa1bf 100644
--- a/lldb/scripts/interface/SBCommandReturnObject.i
+++ b/lldb/scripts/interface/SBCommandReturnObject.i
@@ -44,13 +44,13 @@ public:
const char *
GetOutput (bool only_if_no_immediate);
-
+
const char *
GetError (bool if_no_immediate);
-
+
size_t
PutOutput (FILE *fh);
-
+
size_t
PutError (FILE *fh);
@@ -59,11 +59,11 @@ public:
void
SetStatus (lldb::ReturnStatus status);
-
+
void
SetError (lldb::SBError &error,
const char *fallback_error_cstr = NULL);
-
+
void
SetError (const char *error_cstr);
@@ -84,9 +84,9 @@ public:
bool
GetDescription (lldb::SBStream &description);
-
- // wrapping here so that lldb takes ownership of the
+
+ // wrapping here so that lldb takes ownership of the
// new FILE* created inside of the swig interface
%extend {
void SetImmediateOutputFile(FILE *fh) {
OpenPOWER on IntegriCloud