summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language
diff options
context:
space:
mode:
authorShafik Yaghmour <syaghmour@apple.com>2018-09-10 23:12:29 +0000
committerShafik Yaghmour <syaghmour@apple.com>2018-09-10 23:12:29 +0000
commit387564392854e2307dc7cd50fc5b19a156fb1522 (patch)
treea064532b7f1bee5fcb5d0d75819e8cc1801eef10 /lldb/source/Plugins/Language
parentae3f793e9e19ca36192a8161c69dee32c037e7a8 (diff)
downloadbcm5719-llvm-387564392854e2307dc7cd50fc5b19a156fb1522.tar.gz
bcm5719-llvm-387564392854e2307dc7cd50fc5b19a156fb1522.zip
First test commit into svn, adding space to comment
llvm-svn: 341879
Diffstat (limited to 'lldb/source/Plugins/Language')
-rw-r--r--lldb/source/Plugins/Language/CPlusPlus/LibCxxOptional.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Language/CPlusPlus/LibCxxOptional.cpp b/lldb/source/Plugins/Language/CPlusPlus/LibCxxOptional.cpp
index 762b824f262..621c1badd65 100644
--- a/lldb/source/Plugins/Language/CPlusPlus/LibCxxOptional.cpp
+++ b/lldb/source/Plugins/Language/CPlusPlus/LibCxxOptional.cpp
@@ -45,7 +45,7 @@ bool OptionalFrontEnd::Update() {
// __engaged_ is a bool flag and is true if the optional contains a value.
// Converting it to unsigned gives us a size of 1 if it contains a value
- // and 0 if not.
+ // and 0 if not .
m_size = engaged_sp->GetValueAsUnsigned(0);
return false;
OpenPOWER on IntegriCloud