Files
ladybird/Userland/Libraries/LibWeb/CSS/Parser
Sam Atkins 5c8ff96a94 LibWeb: Move variables in parse_a_n_plus_b_pattern() closer to usage
`a` and `b` had to be declared at the top of the function before since
they were used by the `make_return_value()` lambda. But now that
doesn't exist, we can move them to where they are used - or eliminate
them entirely.
2022-04-29 00:07:31 +02:00
..
2022-04-12 23:03:46 +02:00
2022-04-12 23:03:46 +02:00