Skip to content

Commit 93bb400

Browse files
committed
fixes formatting issues
1 parent 7ad439f commit 93bb400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sysc/tlm/scc/tlm_extensions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ template <typename T> struct tlm_unmanaged_extension : public tlm_extension<T> {
4343
void copy_from(tlm_extension_base const& other) override { this->operator=(static_cast<const type&>(other)); }
4444

4545
protected:
46-
tlm_unmanaged_extension() {};
46+
tlm_unmanaged_extension(){};
4747
};
4848
/*!
4949
* \brief A managed extension for TLM transactions.

0 commit comments

Comments
 (0)