summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-01-28 09:31:31 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-01-28 09:31:31 +0100
commit99191c026c72cb54b7d9a4f176a76bd6526b42dc (patch)
tree07853f26c55ca5100b028d11fac547e70b5960ba
parent895ec7d03bb31e43622b38c88a346a39bfd9f3c0 (diff)
insignificant trivial whitespace change
-rw-r--r--src/lib/MSPUBParser.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/MSPUBParser.cpp b/src/lib/MSPUBParser.cpp
index 490c6f2..8ccb000 100644
--- a/src/lib/MSPUBParser.cpp
+++ b/src/lib/MSPUBParser.cpp
@@ -338,8 +338,7 @@ bool libmspub::MSPUBParser::parseContents(WPXInputStream *input)
{
if (m_contentChunks.size() > 1)
{
- m_contentChunks[m_contentChunks.size() - 2].end
- = m_contentChunks.back().offset;
+ m_contentChunks[m_contentChunks.size() - 2].end = m_contentChunks.back().offset;
}
}
}