1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-05-04 07:08:26 +00:00

clangformat

This commit is contained in:
Miodrag Milanovic
2018-08-08 18:17:34 +02:00
parent ecc21caa77
commit fc5cee6fb8
11 changed files with 31 additions and 34 deletions

View File

@@ -35,8 +35,8 @@
#include "design_utils.h"
#include "jsonparse.h"
#include "log.h"
#include "timing.h"
#include "version.h"
#include <timing.h>
NEXTPNR_NAMESPACE_BEGIN
@@ -244,7 +244,7 @@ int CommandHandler::exec()
if (executeBeforeContext())
return 0;
std::unique_ptr<Context> ctx;
if (vm.count("load")) {
ctx = project.load(vm["load"].as<std::string>());