1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-16 08:34:10 +02:00

Fix some Indentation

This commit is contained in:
Robert Hänggi 2020-03-07 07:19:51 +01:00 committed by James Crook
parent 2d46db2c5f
commit 194855b738
2 changed files with 3 additions and 3 deletions

View File

@ -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) {

View File

@ -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 {