Kaydet (Commit) b289cf8d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:indentation

Change-Id: Id2704c2ac38125dd6449496c0967eadc3679fdbc
üst 4aea832f
......@@ -98,11 +98,11 @@ void ScScreenshotTest::initialize()
SvMemoryStream* pNewMemStream = new SvMemoryStream(const_cast<sal_Unicode *>(mCsv.getStr()), mCsv.getLength() * sizeof(sal_Unicode), StreamMode::READ);
pNewMemStream->SetStreamCharSet( RTL_TEXTENCODING_UNICODE );
#ifdef OSL_BIGENDIAN
pNewMemStream->SetEndian(SvStreamEndian::BIG);
#else
pNewMemStream->SetEndian(SvStreamEndian::LITTLE);
#endif
#ifdef OSL_BIGENDIAN
pNewMemStream->SetEndian(SvStreamEndian::BIG);
#else
pNewMemStream->SetEndian(SvStreamEndian::LITTLE);
#endif
mpStream.reset(pNewMemStream);
}
......
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