general: Remove trailing spaces

General code-related cleanup. Gets rid of trailing spaces in the
codebase.
This commit is contained in:
Lioncash
2019-05-04 21:03:30 -04:00
committed by MerryMage
parent fdbafbc1ae
commit 87083af733
35 changed files with 42 additions and 42 deletions

View File

@@ -90,7 +90,7 @@ enum class LongOperationBehavior {
Addition,
Subtraction
};
bool LongOperation(TranslatorVisitor& v, bool Q, Imm<2> size, Vec Vm, Vec Vn, Vec Vd,
LongOperationBehavior behavior, Signedness sign) {
if (size == 0b11) {