3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-06 07:26:13 +00:00

Remove trailing whitespaces

This commit is contained in:
Miodrag Milanovic 2026-06-23 07:24:59 +02:00
parent 48a3dcc02a
commit a689342207
317 changed files with 3136 additions and 3136 deletions

View file

@ -88,7 +88,7 @@ void test_binary_operation(Operation &op)
}
template<typename Operation>
struct UnaryOperationWrapper : BinaryOperationBase
struct UnaryOperationWrapper : BinaryOperationBase
{
Operation &op;
@ -113,7 +113,7 @@ void test_unary_operation(Operation &op)
test_binary_operation(wrapped);
}
struct ShlTest : BinaryOperationBase
struct ShlTest : BinaryOperationBase
{
ShlTest()
{
@ -138,7 +138,7 @@ struct ShlTest : BinaryOperationBase
}
} shl;
struct ShrTest : BinaryOperationBase
struct ShrTest : BinaryOperationBase
{
ShrTest()
{
@ -163,7 +163,7 @@ struct ShrTest : BinaryOperationBase
}
} shr;
struct SshrTest : BinaryOperationBase
struct SshrTest : BinaryOperationBase
{
SshrTest()
{
@ -189,7 +189,7 @@ struct SshrTest : BinaryOperationBase
}
} sshr;
struct AddTest : BinaryOperationBase
struct AddTest : BinaryOperationBase
{
AddTest()
{
@ -209,7 +209,7 @@ struct AddTest : BinaryOperationBase
}
} add;
struct SubTest : BinaryOperationBase
struct SubTest : BinaryOperationBase
{
SubTest()
{