From 82ab3c1aad0b046c0a97228ef9baceb38ab76e26 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Fri, 12 Feb 2021 08:14:27 -0800 Subject: Run "make clangformat". Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fpga_interchange/xdc.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'fpga_interchange/xdc.h') 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 +#include "nextpnr.h" NEXTPNR_NAMESPACE_BEGIN -struct TclInterp { +struct TclInterp +{ TclInterp(Context *ctx); ~TclInterp(); -- cgit v1.2.3