Kaydet (Commit) c16d64ad authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin superfluous whitespace on empty line

Change-Id: Ida0ab3cd78514b2c10f8e6655becefe794217f8c
üst 15b7cdb3
......@@ -1568,7 +1568,7 @@ namespace cppcanvas
// #i44110# correct null-sized output - there
// are metafiles which have zero size in at
// least one dimension
// Remark the 1L cannot be replaced, that would cause max to compare long/int
const Size aMtfSizePix( std::max( aMtfSizePixPre.Width(), 1L ),
std::max( aMtfSizePixPre.Height(), 1L ) );
......
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