Skip to content

Commit e211470

Browse files
committed
make format
1 parent 16f0808 commit e211470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/libarchfpga/src/device_grid.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ DeviceGrid::DeviceGrid(std::string grid_name, vtr::NdMatrix<t_grid_tile, 3> grid
1414
size_t DeviceGrid::num_instances(t_physical_tile_type_ptr type, int layer_num) const {
1515
size_t count = 0;
1616
//instance_counts_ is not initialized
17-
if(instance_counts_.empty()) {
17+
if (instance_counts_.empty()) {
1818
return 0;
1919
}
2020

0 commit comments

Comments
 (0)