mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-16 08:34:10 +02:00
fixed indentation warning in ImportMP3.cpp
This commit is contained in:
parent
33f2e576e2
commit
7a30222f49
@ -535,7 +535,7 @@ enum mad_flow output_cb(void *_data,
|
|||||||
floatSample,
|
floatSample,
|
||||||
samples);
|
samples);
|
||||||
|
|
||||||
return MAD_FLOW_CONTINUE;
|
return MAD_FLOW_CONTINUE;
|
||||||
}, MakeSimpleGuard(MAD_FLOW_BREAK) );
|
}, MakeSimpleGuard(MAD_FLOW_BREAK) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user