From 125d0cf72189ea408e5b0262918f28e302528e70 Mon Sep 17 00:00:00 2001 From: EricClaeys <83164203+EricClaeys@users.noreply.github.com> Date: Wed, 6 Oct 2021 00:28:00 -0500 Subject: [PATCH] remove unneeded newline --- src/capture_RPiHQ.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/capture_RPiHQ.cpp b/src/capture_RPiHQ.cpp index 7ca62c517..04d25965b 100644 --- a/src/capture_RPiHQ.cpp +++ b/src/capture_RPiHQ.cpp @@ -698,8 +698,9 @@ int main(int argc, char *argv[]) printf("-Yang and Sam from ZWO\n"); printf("-Robert Wagner\n"); printf("-Michael J. Kidd - \n"); - printf("-Rob Musquetier\n\n"); - printf("-Eric Claeys\n\n"); + printf("-Rob Musquetier\n"); + printf("-Eric Claeys\n"); + printf("\n"); // The newer "allsky.sh" puts quotes around arguments so we can have spaces in them. // If you are running the old allsky.sh, set this to false: