From fc5cee6fb896bc4d7a8b79dcde789e03c787bd89 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 8 Aug 2018 18:17:34 +0200 Subject: clangformat --- ecp5/project.cc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'ecp5') diff --git a/ecp5/project.cc b/ecp5/project.cc index a9b48bbe..6c1f6a94 100644 --- a/ecp5/project.cc +++ b/ecp5/project.cc @@ -17,11 +17,11 @@ * */ +#include "project.h" #include #include -#include "project.h" -#include "log.h" #include +#include "log.h" NEXTPNR_NAMESPACE_BEGIN @@ -50,8 +50,6 @@ std::unique_ptr ProjectHandler::createContext(pt::ptree &root) return std::unique_ptr(new Context(chipArgs)); } -void ProjectHandler::loadArch(Context *ctx, pt::ptree &root, std::string path) -{ -} +void ProjectHandler::loadArch(Context *ctx, pt::ptree &root, std::string path) {} NEXTPNR_NAMESPACE_END -- cgit v1.2.3