cmd/audio-player/looper: make minor formatting changes

This commit is contained in:
Scott 2020-02-28 13:57:58 +10:30
parent fe983b123c
commit 89691e9689
1 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,10 @@
/*
NAME
audio-player/looper/main.go
DESCRIPTION
Looper is a program that loops an audio file.
AUTHORS
Ella Pietraroia <ella@ausocean.org>
Scott Barnard <scott@ausocean.org>
LICENSE
audio player is Copyright (C) 2020 the Australian Ocean Lab (AusOcean)
@ -58,7 +59,7 @@ func main() {
initCommand()
// Infinite loop that outputs audio and gathers debug information.
numPlays := 0
var numPlays int
for {
numPlays++
log.Printf("debug: play number: %d\n", numPlays)