Skip to content

Commit db5c9f4

Browse files
committed
format
1 parent 704eaf2 commit db5c9f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1886,8 +1886,8 @@ VariableSP SymbolFileNativePDB::CreateLocalVariable(PdbCompilandSymId scope_id,
18861886
bool static_member = false;
18871887
Variable::RangeList scope_ranges;
18881888
VariableSP var_sp = std::make_shared<Variable>(
1889-
toOpaqueUid(var_id), name.c_str(), name.c_str(), sftype, var_scope,
1890-
block, scope_ranges, &decl, var_info.location, external, artificial,
1889+
toOpaqueUid(var_id), name.c_str(), name.c_str(), sftype, var_scope, block,
1890+
scope_ranges, &decl, var_info.location, external, artificial,
18911891
location_is_constant_data, static_member);
18921892
if (!is_param) {
18931893
auto ts_or_err = GetTypeSystemForLanguage(comp_unit_sp->GetLanguage());

0 commit comments

Comments
 (0)