diff options
author | Keith Rothman <537074+litghost@users.noreply.github.com> | 2021-02-12 08:14:27 -0800 |
---|---|---|
committer | Keith Rothman <537074+litghost@users.noreply.github.com> | 2021-02-12 10:31:05 -0800 |
commit | 82ab3c1aad0b046c0a97228ef9baceb38ab76e26 (patch) | |
tree | 1c1b80712c89447d75dc4046ce730280de357e36 /fpga_interchange/xdc.h | |
parent | 8a860857ea8a1a0fffd68762bcf4cd8432e59408 (diff) | |
download | nextpnr-82ab3c1aad0b046c0a97228ef9baceb38ab76e26.tar.gz nextpnr-82ab3c1aad0b046c0a97228ef9baceb38ab76e26.tar.bz2 nextpnr-82ab3c1aad0b046c0a97228ef9baceb38ab76e26.zip |
Run "make clangformat".
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
Diffstat (limited to 'fpga_interchange/xdc.h')
-rw-r--r-- | fpga_interchange/xdc.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fpga_interchange/xdc.h b/fpga_interchange/xdc.h index b41c86f8..c6b80870 100644 --- a/fpga_interchange/xdc.h +++ b/fpga_interchange/xdc.h @@ -17,12 +17,13 @@ * */ -#include "nextpnr.h" #include <tcl.h> +#include "nextpnr.h" NEXTPNR_NAMESPACE_BEGIN -struct TclInterp { +struct TclInterp +{ TclInterp(Context *ctx); ~TclInterp(); |