mirror of https://github.com/YosysHQ/nextpnr.git
clangformat
This commit is contained in:
parent
7318d6a8ba
commit
f58dd2d719
|
|
@ -20,7 +20,7 @@ struct GowinCstReader
|
|||
Context *ctx;
|
||||
std::istream ∈
|
||||
|
||||
GowinCstReader(Context *ctx, std::istream &in) : ctx(ctx), in(in) {};
|
||||
GowinCstReader(Context *ctx, std::istream &in) : ctx(ctx), in(in){};
|
||||
|
||||
const PadInfoPOD *pinLookup(const PadInfoPOD *list, const size_t len, const IdString idx)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue