Skip to content

Commit

Permalink
Fix whitespace and indentation errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jan 2, 2020
1 parent 5e63e77 commit d14ae77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/emoji/generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ bool Generator::writeImages() {
}
}
}
if (needResave) {
if (needResave) {
QFile file(filename);
if (!file.open(QIODevice::WriteOnly)) {
logDataError() << "Could not open 'emoji" << postfix.toStdString() << ".webp'.";
Expand Down

0 comments on commit d14ae77

Please sign in to comment.