mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-29 01:24:25 +02:00
Remove added newline (by re-running minisat 00_UPDATE.sh)
Signed-off-by: Clifford Wolf <[email protected]>
This commit is contained in:
@@ -94,7 +94,6 @@ public:
|
||||
};
|
||||
|
||||
|
||||
|
||||
template<class T, class _Size>
|
||||
void vec<T,_Size>::capacity(Size min_cap) {
|
||||
if (cap >= min_cap) return;
|
||||
|
||||
Reference in New Issue
Block a user