First test commit into svn, adding space to comment

llvm-svn: 341879
This commit is contained in:
Shafik Yaghmour 2018-09-10 23:12:29 +00:00
parent ae3f793e9e
commit 3875643928
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ bool OptionalFrontEnd::Update() {
// __engaged_ is a bool flag and is true if the optional contains a value. // __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 // 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); m_size = engaged_sp->GetValueAsUnsigned(0);
return false; return false;