mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-16 08:34:10 +02:00
Fix some Indentation
This commit is contained in:
parent
2d46db2c5f
commit
194855b738
@ -158,7 +158,8 @@ int ProjectAudioManager::PlayPlayRegion(const SelectedRegion &selectedRegion,
|
||||
#if defined(EXPERIMENTAL_SEEK_BEHIND_CURSOR)
|
||||
double init_seek = 0.0;
|
||||
#endif
|
||||
double loop_offset = 0.0;
|
||||
|
||||
double loop_offset = 0.0;
|
||||
|
||||
if (t1 == t0) {
|
||||
if (looped) {
|
||||
|
@ -1,5 +1,4 @@
|
||||
#include "../Audacity.h"
|
||||
|
||||
#include "../Experimental.h"
|
||||
|
||||
#include "../AdornedRulerPanel.h"
|
||||
@ -184,7 +183,7 @@ void DoMoveToLabel(AudacityProject &project, bool next)
|
||||
window.RedrawProject();
|
||||
}
|
||||
auto message = XO("%s %d of %d")
|
||||
.Format( label->title, i + 1, lt->GetNumLabels() );
|
||||
.Format( label->title, i + 1, lt->GetNumLabels() );
|
||||
trackFocus.MessageForScreenReader(message);
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user