mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-08 17:46:25 +01:00
fixed indentation warning in ImportMP3.cpp
This commit is contained in:
@@ -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) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user