mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Remove extra semicolons.
This commit is contained in:
parent
600a983d5c
commit
d96379dc9c
@ -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…
Reference in New Issue
Block a user