1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-04-06 10:38:16 +00:00

Eliminate redundant line break.

This commit is contained in:
Thomas Harte 2023-05-13 22:18:40 -04:00
parent b768e438b2
commit 876fc6d1e0

View File

@ -130,7 +130,6 @@ class AYPortHandler: public GI::AY38910::PortHandler {
};
};
template <bool has_opll> struct Speaker;
template <> struct Speaker<false> {