summaryrefslogtreecommitdiff
path: root/vcl/source/fontsubset
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-09-04 17:26:05 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-09-04 17:26:05 +0200
commit8fde3dd4da0bffb5294109b5ee5c4441eb558a5d (patch)
treea0cd962a25acea076cce8dc171340907ae415ac4 /vcl/source/fontsubset
parent9909bcb88ec68d52a0f863319d9b4d12cc90b20c (diff)
Uniformly use if --- else if brachnes here
Change-Id: I80d9d0d4c4d56aa8d52dc2e108a9b24025fb0f76
Diffstat (limited to 'vcl/source/fontsubset')
-rw-r--r--vcl/source/fontsubset/cff.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/vcl/source/fontsubset/cff.cxx b/vcl/source/fontsubset/cff.cxx
index ead725afaa88..093cd09ffd0c 100644
--- a/vcl/source/fontsubset/cff.cxx
+++ b/vcl/source/fontsubset/cff.cxx
@@ -614,11 +614,7 @@ void CffSubsetterContext::readDictOp()
setCharStringType( nInt );
break;
}
-
- return;
- }
-
- if( (c >= 32) || (c == 28) ) {
+ } else if( (c >= 32) || (c == 28) ) {
// --mpReadPtr;
read2push();
} else if( c == 29 ) { // longint