Adhere to Ardour style guide - 810b2fb78d

This commit is contained in:
Nikolaus Gullotta 2020-03-10 09:41:50 -05:00
parent 4e137d5cbb
commit 5dcac21092
No known key found for this signature in database
GPG Key ID: 1056EA4349DFE244

View File

@ -2243,7 +2243,7 @@ OSC::global_feedback (OSCSurface* sur)
OSCGlobalObserver* o = sur->global_obs;
if (o) {
delete o;
sur->global_obs = NULL;
sur->global_obs = 0;
}
if (sur->feedback[4] || sur->feedback[3] || sur->feedback[5] || sur->feedback[6]) {