Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/include whitespace changes from tzcode2022a->tzcode2022b



details:   https://anonhg.NetBSD.org/src/rev/0a86751562dc
branches:  trunk
changeset: 369412:0a86751562dc
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Aug 16 09:03:04 2022 +0000

description:
whitespace changes from tzcode2022a->tzcode2022b

diffstat:

 include/tzfile.h |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (54 lines):

diff -r 258f04e49d27 -r 0a86751562dc include/tzfile.h
--- a/include/tzfile.h  Tue Aug 16 08:42:25 2022 +0000
+++ b/include/tzfile.h  Tue Aug 16 09:03:04 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tzfile.h,v 1.10 2019/07/03 15:49:21 christos Exp $     */
+/*     $NetBSD: tzfile.h,v 1.11 2022/08/16 09:03:04 christos Exp $     */
 
 #ifndef _TZFILE_H_
 #define _TZFILE_H_
@@ -21,15 +21,15 @@
 */
 
 #ifndef TZDIR          /* Time zone object file directory */
-#define TZDIR          "/usr/share/zoneinfo"
+# define TZDIR         "/usr/share/zoneinfo"
 #endif /* !defined TZDIR */
 
 #ifndef TZDEFAULT
-#define TZDEFAULT      "/etc/localtime"
+# define TZDEFAULT     "/etc/localtime"
 #endif /* !defined TZDEFAULT */
 
 #ifndef TZDEFRULES
-#define TZDEFRULES     "posixrules"
+# define TZDEFRULES    "posixrules"
 #endif /* !defined TZDEFRULES */
 
 
@@ -102,21 +102,21 @@
 */
 
 #ifndef TZ_MAX_TIMES
-#define TZ_MAX_TIMES   2000
+# define TZ_MAX_TIMES 2000
 #endif /* !defined TZ_MAX_TIMES */
 
 #ifndef TZ_MAX_TYPES
 /* This must be at least 17 for Europe/Samara and Europe/Vilnius.  */
-#define TZ_MAX_TYPES   256 /* Limited by what (unsigned char)'s can hold */
+# define TZ_MAX_TYPES 256 /* Limited by what (unsigned char)'s can hold */
 #endif /* !defined TZ_MAX_TYPES */
 
 #ifndef TZ_MAX_CHARS
-#define TZ_MAX_CHARS   50      /* Maximum number of abbreviation characters */
+# define TZ_MAX_CHARS 50       /* Maximum number of abbreviation characters */
                                /* (limited by what unsigned chars can hold) */
 #endif /* !defined TZ_MAX_CHARS */
 
 #ifndef TZ_MAX_LEAPS
-#define TZ_MAX_LEAPS   50      /* Maximum number of leap second corrections */
+# define TZ_MAX_LEAPS 50       /* Maximum number of leap second corrections */
 #endif /* !defined TZ_MAX_LEAPS */
 
 #define SECSPERMIN     60



Home | Main Index | Thread Index | Old Index