summaryrefslogtreecommitdiff
path: root/dviware/dvisvgm/src/TFM.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dviware/dvisvgm/src/TFM.cpp')
-rw-r--r--dviware/dvisvgm/src/TFM.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dviware/dvisvgm/src/TFM.cpp b/dviware/dvisvgm/src/TFM.cpp
index 37da112757..a5b88f180d 100644
--- a/dviware/dvisvgm/src/TFM.cpp
+++ b/dviware/dvisvgm/src/TFM.cpp
@@ -43,8 +43,8 @@ static void read_words (StreamReader &reader, vector<T> &v, unsigned n) {
TFM::TFM (istream &is) : _checksum(0), _firstChar(0), _lastChar(0), _designSize(0), _ascent(0), _descent(0) {
- if (!is)
- return;
+ if (!is)
+ return;
is.seekg(0);
StreamReader reader(is);
uint16_t lf = uint16_t(reader.readUnsigned(2)); // length of entire file in 4 byte words