mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-20 12:54:33 -04:00
Remove extra semicolons.
This commit is contained in:
parent
600a983d5c
commit
d96379dc9c
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ struct buffer_t {
|
|||
count { count },
|
||||
sampling_rate { 0 }
|
||||
{
|
||||
};
|
||||
}
|
||||
|
||||
constexpr buffer_t(
|
||||
T* const p,
|
||||
|
@ -48,7 +48,7 @@ struct buffer_t {
|
|||
count { count },
|
||||
sampling_rate { sampling_rate }
|
||||
{
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
#endif/*__BUFFER_H__*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue