summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/font-variants.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2019-01-01 18:09:46 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2019-01-01 18:09:46 +0000
commit5a701624dae54b64008a126de7ecec7f66bce675 (patch)
tree718909fdb45429b8aed458f758b94091d3007275 /src/ui/widget/font-variants.cpp
parentGerman translation (diff)
downloadinkscape-5a701624dae54b64008a126de7ecec7f66bce675.tar.gz
inkscape-5a701624dae54b64008a126de7ecec7f66bce675.zip
Minor style fixes
Diffstat (limited to 'src/ui/widget/font-variants.cpp')
-rw-r--r--src/ui/widget/font-variants.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/widget/font-variants.cpp b/src/ui/widget/font-variants.cpp
index 8f99bd74c..a8ff3893f 100644
--- a/src/ui/widget/font-variants.cpp
+++ b/src/ui/widget/font-variants.cpp
@@ -1046,7 +1046,7 @@ namespace Widget {
for (auto table: res->openTypeTables) {
if (table.first == "case" ||
table.first == "hist" ||
- table.first[0] == 's' && table.first[1] == 's' && !(table.first[2] == 't')) {
+ (table.first[0] == 's' && table.first[1] == 's' && !(table.first[2] == 't'))) {
if( (it = table_copy.find(table.first)) != table_copy.end() ) table_copy.erase( it );
@@ -1063,7 +1063,7 @@ namespace Widget {
table.first == "cwsh" ||
table.first == "ornm" ||
table.first == "nalt" ||
- table.first[0] == 'c' && table.first[1] == 'v') {
+ (table.first[0] == 'c' && table.first[1] == 'v')) {
if (table.second.input.length() == 0) {
// This can happen if a table is not in the 'DFLT' script and 'dflt' language.