From 0d761deed328b12a23704b5a39cd4f4a8436eaf3 Mon Sep 17 00:00:00 2001 From: Saxon Date: Fri, 6 Mar 2020 17:55:13 +1030 Subject: [PATCH] cmd/audio-player/looper: fixed indentation of file headers --- cmd/audio-player/looper/main.go | 4 ++-- cmd/audio-player/looper/pi0.go | 4 ++-- cmd/audio-player/looper/pi3.go | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cmd/audio-player/looper/main.go b/cmd/audio-player/looper/main.go index 43686ecc..8f1cbdda 100644 --- a/cmd/audio-player/looper/main.go +++ b/cmd/audio-player/looper/main.go @@ -5,10 +5,10 @@ DESCRIPTION AUTHORS Ella Pietraroia Scott Barnard - Saxon Nelson-Milton + Saxon Nelson-Milton LICENSE - audio player is Copyright (C) 2020 the Australian Ocean Lab (AusOcean) + Copyright (C) 2020 the Australian Ocean Lab (AusOcean) It is free software: you can redistribute it and/or modify them under the terms of the GNU General Public License as published by the diff --git a/cmd/audio-player/looper/pi0.go b/cmd/audio-player/looper/pi0.go index 9780b76b..2c4a4c65 100644 --- a/cmd/audio-player/looper/pi0.go +++ b/cmd/audio-player/looper/pi0.go @@ -3,12 +3,12 @@ /* DESCRIPTION pi0.go defines an initialisation function for use when running on the - Raspberry Pi 0. + Raspberry Pi 0. AUTHORS Ella Pietraroia Scott Barnard - Saxon Nelson-Milton + Saxon Nelson-Milton LICENSE Copyright (C) 2020 the Australian Ocean Lab (AusOcean) diff --git a/cmd/audio-player/looper/pi3.go b/cmd/audio-player/looper/pi3.go index ba165f50..fefd475f 100644 --- a/cmd/audio-player/looper/pi3.go +++ b/cmd/audio-player/looper/pi3.go @@ -8,7 +8,7 @@ DESCRIPTION AUTHORS Ella Pietraroia Scott Barnard - Saxon Nelson-Milton + Saxon Nelson-Milton LICENSE Copyright (C) 2020 the Australian Ocean Lab (AusOcean)