mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 10:27:45 +00:00
Remove extra semicolons.
This commit is contained in:
@@ -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__*/
|
||||
|
Reference in New Issue
Block a user