1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-12-08 04:21:44 +00:00

eliminate white space at ends of lines

SCCS-file: localtime.c
SCCS-SID: 7.15
This commit is contained in:
Arthur David Olson
1993-11-22 12:34:52 -05:00
committed by Paul Eggert
parent 92a4530eb9
commit 1d2d84d904

View File

@ -1150,7 +1150,7 @@ int * const unitsptr;
const int base;
{
register int tensdelta;
tensdelta = (*unitsptr >= 0) ?
(*unitsptr / base) :
(-1 - (-1 - *unitsptr) / base);