aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-03-21 23:53:37 +0100
committerMattias Andrée <m@maandree.se>2025-03-21 23:53:37 +0100
commitfb573548ff30d29e6bae9e3a048331acba570f3c (patch)
tree8f72283154829bc73ca22e3a2293d5cafc487e67
parentmisc stuff (diff)
downloadredshift-ng-fb573548ff30d29e6bae9e3a048331acba570f3c.tar.gz
redshift-ng-fb573548ff30d29e6bae9e3a048331acba570f3c.tar.bz2
redshift-ng-fb573548ff30d29e6bae9e3a048331acba570f3c.tar.xz
whitespace fix
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
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.