Kaydet (Commit) 8b56cbf3 authored tarafından Caolán McNamara's avatar Caolán McNamara

tidy indent

üst eb3b4ec7
......@@ -744,9 +744,9 @@ RegError ORegistry::openKey(RegKeyHandle hKey, const OUString& keyName,
break;
}
SAL_WNODEPRECATED_DECLARATIONS_PUSH
SAL_WNODEPRECATED_DECLARATIONS_PUSH
std::auto_ptr< ORegKey > p(new ORegKey(path, this));
SAL_WNODEPRECATED_DECLARATIONS_POP
SAL_WNODEPRECATED_DECLARATIONS_POP
i = m_openKeyTable.insert(std::make_pair(path, p.get())).first;
p.release();
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment