diff options
| author | Mattias Andrée <m@maandree.se> | 2025-03-21 23:53:37 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2025-03-21 23:53:37 +0100 |
| commit | fb573548ff30d29e6bae9e3a048331acba570f3c (patch) | |
| tree | 8f72283154829bc73ca22e3a2293d5cafc487e67 | |
| parent | misc stuff (diff) | |
| download | redshift-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>
| -rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
