aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/cells.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-06-19 13:40:35 +0200
committerClifford Wolf <clifford@clifford.at>2018-06-19 14:10:42 +0200
commitfd40d6f58d10b0435be1f443293e4c9405cfcf05 (patch)
tree57a3d6b2c90eccfae80e6e16b568486237f101cf /ice40/cells.h
parent5f37da970463b4197ddcdfeb94cfd7c7d6803682 (diff)
downloadnextpnr-fd40d6f58d10b0435be1f443293e4c9405cfcf05.tar.gz
nextpnr-fd40d6f58d10b0435be1f443293e4c9405cfcf05.tar.bz2
nextpnr-fd40d6f58d10b0435be1f443293e4c9405cfcf05.zip
Updates from clangformat
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'ice40/cells.h')
-rw-r--r--ice40/cells.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ice40/cells.h b/ice40/cells.h
index cc1fa1cb..19568ed0 100644
--- a/ice40/cells.h
+++ b/ice40/cells.h
@@ -27,8 +27,7 @@ NEXTPNR_NAMESPACE_BEGIN
// Create a standard iCE40 cell and return it
// Name will be automatically assigned if not specified
-CellInfo *create_ice_cell(Context *ctx, IdString type,
- std::string name = "");
+CellInfo *create_ice_cell(Context *ctx, IdString type, std::string name = "");
// Return true if a cell is a LUT
inline bool is_lut(const Context *ctx, const CellInfo *cell)