mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
chore(tidy): remove superfluous voids
This commit is contained in:
parent
6a5f30e1a0
commit
2c3fd20a0c
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ class TSBaseArray {
|
|||
virtual int32_t MemLineNo() const;
|
||||
|
||||
T& operator[](uint32_t i);
|
||||
uint32_t Count(void) const;
|
||||
void Clear(void);
|
||||
uint32_t Count() const;
|
||||
void Clear();
|
||||
};
|
||||
|
||||
template <class T>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue