mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
globally remove all trailing whitespace from .cpp and .hpp files missed by previous commit
This commit is contained in:
parent
4dc63966f0
commit
4178db5f63
56 changed files with 50764 additions and 50764 deletions
|
|
@ -26,13 +26,13 @@ static event_id_t _event_id_counter = 0;
|
|||
event_id_t
|
||||
event_id_counter()
|
||||
{
|
||||
return g_atomic_int_get (&_event_id_counter);
|
||||
return g_atomic_int_get (&_event_id_counter);
|
||||
}
|
||||
|
||||
void
|
||||
init_event_id_counter(event_id_t n)
|
||||
{
|
||||
g_atomic_int_set (&_event_id_counter, n);
|
||||
void
|
||||
init_event_id_counter(event_id_t n)
|
||||
{
|
||||
g_atomic_int_set (&_event_id_counter, n);
|
||||
}
|
||||
|
||||
event_id_t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue