From fb573548ff30d29e6bae9e3a048331acba570f3c Mon Sep 17 00:00:00 2001 From: Mattias Andrée <m@maandree.se> Date: Fri, 21 Mar 2025 23:53:37 +0100 Subject: whitespace fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée <m@maandree.se> --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 440d974..f556a8d 100644 --- a/README +++ b/README @@ -267,8 +267,8 @@ STDOUT format "Location: %f %c, %f %c\n", - fabs(<GPS latitude>), signbit(<GPS latitude>) ? 'S' : 'N', - fabs(<GPS longitude>), signbit(<GPS longitude>) ? 'W' : 'E'. + fabs(<GPS latitude>), signbit(<GPS latitude>) ? 'S' : 'N', + fabs(<GPS longitude>), signbit(<GPS longitude>) ? 'W' : 'E'. This message is printed when the program starts and any time the location is updated. -- cgit v1.2.3-70-g09d2