Skip to content

Commit c6b9f15

Browse files
committed
[upstreaming] Revert whitespace change to Process.cpp
1 parent 7d6c5cb commit c6b9f15

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)