mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-19 06:49:38 +00:00
general: Remove trailing spaces
General code-related cleanup. Gets rid of trailing spaces in the codebase.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user