From 3a8f231f2ee5be00968a93970fa49d77663d6729 Mon Sep 17 00:00:00 2001 From: rfm Date: Fri, 8 Nov 2024 10:34:53 +0000 Subject: [PATCH] Fix over-long line --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8e48ea21e..20be71ba2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -31,9 +31,9 @@ * Source/NSDatePrivate.h: NSDate is now a small object in slot 6, when configuring GNUstep with the clang/libobjc2 toolchain. This is done by compressing the binary64 fp - holding the seconds since reference date (because someone at Apple thought - it would be a good idea to represent a time interval as a fp). Note that - this assumes that IEEE 754 is used. + holding the seconds since reference date (because someone at Apple + thought it would be a good idea to represent a time interval as a fp). + Note that this assumes that IEEE 754 is used. * Source/NSCalendarDate.m: Remove access to the NSDate private concrete Class and implement -timeIntervalSinceReferenceDate instead.