clangformat

Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
David Shah 2020-11-26 18:08:19 +00:00
parent 839fbb3fe9
commit 1afa494e69

View File

@ -23,8 +23,8 @@
#include <Python.h> #include <Python.h>
#include <iostream> #include <iostream>
#include <pybind11/pybind11.h>
#include <pybind11/embed.h> #include <pybind11/embed.h>
#include <pybind11/pybind11.h>
#include <stdexcept> #include <stdexcept>
#include <utility> #include <utility>
#include "pycontainers.h" #include "pycontainers.h"
@ -36,7 +36,6 @@ NEXTPNR_NAMESPACE_BEGIN
namespace py = pybind11; namespace py = pybind11;
std::string parse_python_exception(); std::string parse_python_exception();
template <typename Tn> void python_export_global(const char *name, Tn &x) template <typename Tn> void python_export_global(const char *name, Tn &x)