mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 04:06:26 +01:00
Adhere to Ardour style guide - 810b2fb78d
This commit is contained in:
parent
4e137d5cbb
commit
5dcac21092
1 changed files with 1 additions and 1 deletions
|
|
@ -2243,7 +2243,7 @@ OSC::global_feedback (OSCSurface* sur)
|
||||||
OSCGlobalObserver* o = sur->global_obs;
|
OSCGlobalObserver* o = sur->global_obs;
|
||||||
if (o) {
|
if (o) {
|
||||||
delete o;
|
delete o;
|
||||||
sur->global_obs = NULL;
|
sur->global_obs = 0;
|
||||||
}
|
}
|
||||||
if (sur->feedback[4] || sur->feedback[3] || sur->feedback[5] || sur->feedback[6]) {
|
if (sur->feedback[4] || sur->feedback[3] || sur->feedback[5] || sur->feedback[6]) {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue