Fixed a handful of errors flagged by clang-tidy.

This commit is contained in:
Jim Evins
2017-03-21 23:21:35 -04:00
parent 622d81252a
commit 9f9ba345cf
4 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -889,7 +889,7 @@ namespace glabels
case Handle::SW:
x0 += x2 - mResizeObject->w().pt();
break;
defaule:
default:
break;
}
}