Skip to content

Commit 3683e2e

Browse files
vpr: Fix format
1 parent e4614ba commit 3683e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/libarchfpga/src/physical_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ class t_pb_graph_pin {
10441044
// of this pin back to the cluster-level (top-level) pb_type in the
10451045
// following format: clb[0]/lab[0]/fle[3]/ble6[0]/lut6[0].in[0]
10461046
// if full_description is set to false it will only return lut6[0].in[0]
1047-
std::string to_string(const bool full_description=true) const;
1047+
std::string to_string(const bool full_description = true) const;
10481048
};
10491049

10501050
/** Describes a pb graph edge

0 commit comments

Comments
 (0)