Skip to content

Commit fa816c9

Browse files
authored
Merge pull request #247 from Teemperor/RevertWhiteSpaceChangeProcesscpp
[upstreaming] Revert whitespace change to Process.cpp
2 parents 0e0587c + c6b9f15 commit fa816c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Target/Process.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ bool ProcessProperties::GetStopOnExec() const {
239239
return m_collection_sp->GetPropertyAtIndexAsBoolean(
240240
nullptr, idx, g_process_properties[idx].default_uint_value != 0);
241241
}
242-
242+
243243
std::chrono::seconds ProcessProperties::GetUtilityExpressionTimeout() const {
244244
const uint32_t idx = ePropertyUtilityExpressionTimeout;
245245
uint64_t value = m_collection_sp->GetPropertyAtIndexAsUInt64(

0 commit comments

Comments
 (0)