summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/value/change_values
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api/value/change_values')
-rw-r--r--lldb/test/python_api/value/change_values/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/test/python_api/value/change_values/main.c b/lldb/test/python_api/value/change_values/main.c
index 54443478df2..01455c01964 100644
--- a/lldb/test/python_api/value/change_values/main.c
+++ b/lldb/test/python_api/value/change_values/main.c
@@ -19,8 +19,7 @@ int main ()
ptr->third_val = 66666666;
// Stop here and set values
- printf ("Val - %d Mine - %d, %d, %llu. Ptr - %d, %d, %llu\n",
- val,
+ printf ("Val - %d Mine - %d, %d, %llu. Ptr - %d, %d, %llu\n", val,
mine.first_val, mine.second_val, mine.third_val,
ptr->first_val, ptr->second_val, ptr->third_val);
OpenPOWER on IntegriCloud