summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp')
-rw-r--r--lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp b/lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp
index 9b494c712bc..cc5f52dbf56 100644
--- a/lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp
+++ b/lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp
@@ -11,7 +11,7 @@ struct Five
Five
returnsFive()
{
- Five my_five = { 5, "five" };
+ Five my_five = {5, "five"};
return my_five;
}
OpenPOWER on IntegriCloud