Skip to content

Commit f2eb944

Browse files
committed
fixes clang format error
1 parent da9a8b4 commit f2eb944

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sysc/tlm/nw/tlm_network_gp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ struct tlm_network_payload_base {
6767
explicit tlm_network_payload_base(tlm_base_mm_interface* mm)
6868
: m_extensions(max_num_extensions())
6969
, m_mm(mm)
70-
, m_ref_count(0) {};
70+
, m_ref_count(0){};
7171
/**
7272
* virtual destructor.
7373
*/

0 commit comments

Comments
 (0)