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:
committed by
Paul Eggert
parent
92a4530eb9
commit
1d2d84d904
@ -1150,7 +1150,7 @@ int * const unitsptr;
|
||||
const int base;
|
||||
{
|
||||
register int tensdelta;
|
||||
|
||||
|
||||
tensdelta = (*unitsptr >= 0) ?
|
||||
(*unitsptr / base) :
|
||||
(-1 - (-1 - *unitsptr) / base);
|
||||
|
||||
Reference in New Issue
Block a user