Module Name:    src
Committed By:   rillig
Date:           Sat Jan  9 13:58:45 UTC 2021

Modified Files:
        src/usr.bin/xlint/arch/aarch64: targparam.h
        src/usr.bin/xlint/arch/alpha: targparam.h
        src/usr.bin/xlint/arch/arm: targparam.h
        src/usr.bin/xlint/arch/coldfire: targparam.h
        src/usr.bin/xlint/arch/hppa: targparam.h
        src/usr.bin/xlint/arch/i386: targparam.h
        src/usr.bin/xlint/arch/ia64: targparam.h
        src/usr.bin/xlint/arch/m68000: targparam.h
        src/usr.bin/xlint/arch/m68k: targparam.h
        src/usr.bin/xlint/arch/mips: targparam.h
        src/usr.bin/xlint/arch/mips64: targparam.h
        src/usr.bin/xlint/arch/or1k: targparam.h
        src/usr.bin/xlint/arch/powerpc: targparam.h
        src/usr.bin/xlint/arch/powerpc64: targparam.h
        src/usr.bin/xlint/arch/riscv32: targparam.h
        src/usr.bin/xlint/arch/riscv64: targparam.h
        src/usr.bin/xlint/arch/sh3: targparam.h
        src/usr.bin/xlint/arch/sparc: targparam.h
        src/usr.bin/xlint/arch/sparc64: targparam.h
        src/usr.bin/xlint/arch/vax: targparam.h
        src/usr.bin/xlint/arch/x86_64: targparam.h

Log Message:
lint: remove trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/xlint/arch/aarch64/targparam.h
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/xlint/arch/alpha/targparam.h
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/xlint/arch/arm/targparam.h
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/xlint/arch/coldfire/targparam.h
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/xlint/arch/hppa/targparam.h
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/xlint/arch/i386/targparam.h
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/xlint/arch/ia64/targparam.h
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/xlint/arch/m68000/targparam.h
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/xlint/arch/m68k/targparam.h
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/xlint/arch/mips/targparam.h
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/xlint/arch/mips64/targparam.h
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/xlint/arch/or1k/targparam.h
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/xlint/arch/powerpc/targparam.h
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/xlint/arch/powerpc64/targparam.h
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/xlint/arch/riscv32/targparam.h
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/xlint/arch/riscv64/targparam.h
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/xlint/arch/sh3/targparam.h
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/xlint/arch/sparc/targparam.h
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/xlint/arch/sparc64/targparam.h
cvs rdiff -u -r1.6 -r1.7 src/usr.bin/xlint/arch/vax/targparam.h
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/xlint/arch/x86_64/targparam.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/xlint/arch/aarch64/targparam.h
diff -u src/usr.bin/xlint/arch/aarch64/targparam.h:1.1 src/usr.bin/xlint/arch/aarch64/targparam.h:1.2
--- src/usr.bin/xlint/arch/aarch64/targparam.h:1.1	Sun Aug 10 05:47:38 2014
+++ src/usr.bin/xlint/arch/aarch64/targparam.h	Sat Jan  9 13:58:43 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: targparam.h,v 1.1 2014/08/10 05:47:38 matt Exp $ */
+/* $NetBSD: targparam.h,v 1.2 2021/01/09 13:58:43 rillig Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -35,11 +35,11 @@
 #include "schar.h"
 #include "lp64.h"
 
-/*    
+/*
  * Should be set to 1 if the difference of two pointers is of type long
  * or the value of sizeof is of type unsigned long.  Note this MUST be
  * kept in sync with the compiler!
- */     
+ */
 
 #define	PTRDIFF_IS_LONG		1
 #define	SIZEOF_IS_ULONG		1

Index: src/usr.bin/xlint/arch/alpha/targparam.h
diff -u src/usr.bin/xlint/arch/alpha/targparam.h:1.4 src/usr.bin/xlint/arch/alpha/targparam.h:1.5
--- src/usr.bin/xlint/arch/alpha/targparam.h:1.4	Tue Mar 27 19:24:01 2012
+++ src/usr.bin/xlint/arch/alpha/targparam.h	Sat Jan  9 13:58:43 2021
@@ -1,9 +1,9 @@
-/*	$NetBSD: targparam.h,v 1.4 2012/03/27 19:24:01 christos Exp $	*/
+/*	$NetBSD: targparam.h,v 1.5 2021/01/09 13:58:43 rillig Exp $	*/
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
  * All Rights Reserved.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -37,11 +37,11 @@
 #include "schar.h"
 #include "lp64.h"
 
-/*    
+/*
  * Should be set to 1 if the difference of two pointers is of type long
  * or the value of sizeof is of type unsigned long.  Note this MUST be
  * kept in sync with the compiler!
- */     
+ */
 
 #define	PTRDIFF_IS_LONG		1
 #define	SIZEOF_IS_ULONG		1

Index: src/usr.bin/xlint/arch/arm/targparam.h
diff -u src/usr.bin/xlint/arch/arm/targparam.h:1.5 src/usr.bin/xlint/arch/arm/targparam.h:1.6
--- src/usr.bin/xlint/arch/arm/targparam.h:1.5	Tue Mar 27 19:24:01 2012
+++ src/usr.bin/xlint/arch/arm/targparam.h	Sat Jan  9 13:58:43 2021
@@ -1,9 +1,9 @@
-/*	$NetBSD: targparam.h,v 1.5 2012/03/27 19:24:01 christos Exp $	*/
+/*	$NetBSD: targparam.h,v 1.6 2021/01/09 13:58:43 rillig Exp $	*/
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
  * All Rights Reserved.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -37,11 +37,11 @@
 #include "uchar.h"
 #include "ilp32.h"
 
-/*    
+/*
  * Should be set to 1 if the difference of two pointers is of type long
  * or the value of sizeof is of type unsigned long.  Note this MUST be
  * kept in sync with the compiler!
- */     
+ */
 
 #define	PTRDIFF_IS_LONG		1
 #define	SIZEOF_IS_ULONG		1

Index: src/usr.bin/xlint/arch/coldfire/targparam.h
diff -u src/usr.bin/xlint/arch/coldfire/targparam.h:1.2 src/usr.bin/xlint/arch/coldfire/targparam.h:1.3
--- src/usr.bin/xlint/arch/coldfire/targparam.h:1.2	Tue Mar 18 18:20:46 2014
+++ src/usr.bin/xlint/arch/coldfire/targparam.h	Sat Jan  9 13:58:43 2021
@@ -1,9 +1,9 @@
-/*	$NetBSD: targparam.h,v 1.2 2014/03/18 18:20:46 riastradh Exp $	*/
+/*	$NetBSD: targparam.h,v 1.3 2021/01/09 13:58:43 rillig Exp $	*/
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
  * All Rights Reserved.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -37,11 +37,11 @@
 #include "schar.h"
 #include "ilp32.h"
 
-/*    
+/*
  * Should be set to 1 if the difference of two pointers is of type long
  * or the value of sizeof is of type unsigned long.  Note this MUST be
  * kept in sync with the compiler!
- */     
+ */
 
 #define	PTRDIFF_IS_LONG		0
 #define	SIZEOF_IS_ULONG		0

Index: src/usr.bin/xlint/arch/hppa/targparam.h
diff -u src/usr.bin/xlint/arch/hppa/targparam.h:1.5 src/usr.bin/xlint/arch/hppa/targparam.h:1.6
--- src/usr.bin/xlint/arch/hppa/targparam.h:1.5	Tue Mar 27 19:24:01 2012
+++ src/usr.bin/xlint/arch/hppa/targparam.h	Sat Jan  9 13:58:43 2021
@@ -1,9 +1,9 @@
-/*	$NetBSD: targparam.h,v 1.5 2012/03/27 19:24:01 christos Exp $	*/
+/*	$NetBSD: targparam.h,v 1.6 2021/01/09 13:58:43 rillig Exp $	*/
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
  * All Rights Reserved.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -37,11 +37,11 @@
 #include "schar.h"
 #include "ilp32.h"
 
-/*    
+/*
  * Should be set to 1 if the difference of two pointers is of type long
  * or the value of sizeof is of type unsigned long.  Note this MUST be
  * kept in sync with the compiler!
- */     
+ */
 
 #define	PTRDIFF_IS_LONG		1
 #define	SIZEOF_IS_ULONG		1

Index: src/usr.bin/xlint/arch/i386/targparam.h
diff -u src/usr.bin/xlint/arch/i386/targparam.h:1.4 src/usr.bin/xlint/arch/i386/targparam.h:1.5
--- src/usr.bin/xlint/arch/i386/targparam.h:1.4	Tue Mar 27 19:24:02 2012
+++ src/usr.bin/xlint/arch/i386/targparam.h	Sat Jan  9 13:58:43 2021
@@ -1,9 +1,9 @@
-/*	$NetBSD: targparam.h,v 1.4 2012/03/27 19:24:02 christos Exp $	*/
+/*	$NetBSD: targparam.h,v 1.5 2021/01/09 13:58:43 rillig Exp $	*/
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
  * All Rights Reserved.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -37,11 +37,11 @@
 #include "schar.h"
 #include "ilp32.h"
 
-/*    
+/*
  * Should be set to 1 if the difference of two pointers is of type long
  * or the value of sizeof is of type unsigned long.  Note this MUST be
  * kept in sync with the compiler!
- */     
+ */
 
 #define	PTRDIFF_IS_LONG		0
 #define	SIZEOF_IS_ULONG		0

Index: src/usr.bin/xlint/arch/ia64/targparam.h
diff -u src/usr.bin/xlint/arch/ia64/targparam.h:1.2 src/usr.bin/xlint/arch/ia64/targparam.h:1.3
--- src/usr.bin/xlint/arch/ia64/targparam.h:1.2	Tue Mar 27 19:24:02 2012
+++ src/usr.bin/xlint/arch/ia64/targparam.h	Sat Jan  9 13:58:43 2021
@@ -1,9 +1,9 @@
-/*	$NetBSD: targparam.h,v 1.2 2012/03/27 19:24:02 christos Exp $	*/
+/*	$NetBSD: targparam.h,v 1.3 2021/01/09 13:58:43 rillig Exp $	*/
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
  * All Rights Reserved.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -37,11 +37,11 @@
 #include "schar.h"
 #include "lp64.h"
 
-/*    
+/*
  * Should be set to 1 if the difference of two pointers is of type long
  * or the value of sizeof is of type unsigned long.  Note this MUST be
  * kept in sync with the compiler!
- */     
+ */
 
 #define	PTRDIFF_IS_LONG		1
 #define	SIZEOF_IS_ULONG		1

Index: src/usr.bin/xlint/arch/m68000/targparam.h
diff -u src/usr.bin/xlint/arch/m68000/targparam.h:1.3 src/usr.bin/xlint/arch/m68000/targparam.h:1.4
--- src/usr.bin/xlint/arch/m68000/targparam.h:1.3	Tue Mar 27 19:24:02 2012
+++ src/usr.bin/xlint/arch/m68000/targparam.h	Sat Jan  9 13:58:43 2021
@@ -1,9 +1,9 @@
-/*	$NetBSD: targparam.h,v 1.3 2012/03/27 19:24:02 christos Exp $	*/
+/*	$NetBSD: targparam.h,v 1.4 2021/01/09 13:58:43 rillig Exp $	*/
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
  * All Rights Reserved.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -37,11 +37,11 @@
 #include "schar.h"
 #include "ilp32.h"
 
-/*    
+/*
  * Should be set to 1 if the difference of two pointers is of type long
  * or the value of sizeof is of type unsigned long.  Note this MUST be
  * kept in sync with the compiler!
- */     
+ */
 
 #define	PTRDIFF_IS_LONG		0
 #define	SIZEOF_IS_ULONG		0

Index: src/usr.bin/xlint/arch/m68k/targparam.h
diff -u src/usr.bin/xlint/arch/m68k/targparam.h:1.4 src/usr.bin/xlint/arch/m68k/targparam.h:1.5
--- src/usr.bin/xlint/arch/m68k/targparam.h:1.4	Tue Mar 27 19:24:02 2012
+++ src/usr.bin/xlint/arch/m68k/targparam.h	Sat Jan  9 13:58:43 2021
@@ -1,9 +1,9 @@
-/*	$NetBSD: targparam.h,v 1.4 2012/03/27 19:24:02 christos Exp $	*/
+/*	$NetBSD: targparam.h,v 1.5 2021/01/09 13:58:43 rillig Exp $	*/
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
  * All Rights Reserved.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -37,11 +37,11 @@
 #include "schar.h"
 #include "ilp32.h"
 
-/*    
+/*
  * Should be set to 1 if the difference of two pointers is of type long
  * or the value of sizeof is of type unsigned long.  Note this MUST be
  * kept in sync with the compiler!
- */     
+ */
 
 #define	PTRDIFF_IS_LONG		0
 #define	SIZEOF_IS_ULONG		0

Index: src/usr.bin/xlint/arch/mips/targparam.h
diff -u src/usr.bin/xlint/arch/mips/targparam.h:1.5 src/usr.bin/xlint/arch/mips/targparam.h:1.6
--- src/usr.bin/xlint/arch/mips/targparam.h:1.5	Tue Mar 27 19:24:02 2012
+++ src/usr.bin/xlint/arch/mips/targparam.h	Sat Jan  9 13:58:44 2021
@@ -1,9 +1,9 @@
-/*	$NetBSD: targparam.h,v 1.5 2012/03/27 19:24:02 christos Exp $	*/
+/*	$NetBSD: targparam.h,v 1.6 2021/01/09 13:58:44 rillig Exp $	*/
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
  * All Rights Reserved.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -37,11 +37,11 @@
 #include "schar.h"
 #include "ilp32.h"
 
-/*    
+/*
  * Should be set to 1 if the difference of two pointers is of type long
  * or the value of sizeof is of type unsigned long.  Note this MUST be
  * kept in sync with the compiler!
- */     
+ */
 
 #ifdef _LP64_X
 #define	PTRDIFF_IS_LONG		1

Index: src/usr.bin/xlint/arch/mips64/targparam.h
diff -u src/usr.bin/xlint/arch/mips64/targparam.h:1.5 src/usr.bin/xlint/arch/mips64/targparam.h:1.6
--- src/usr.bin/xlint/arch/mips64/targparam.h:1.5	Fri Jan 24 00:17:33 2014
+++ src/usr.bin/xlint/arch/mips64/targparam.h	Sat Jan  9 13:58:44 2021
@@ -1,9 +1,9 @@
-/*	$NetBSD: targparam.h,v 1.5 2014/01/24 00:17:33 christos Exp $	*/
+/*	$NetBSD: targparam.h,v 1.6 2021/01/09 13:58:44 rillig Exp $	*/
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
  * All Rights Reserved.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -38,11 +38,11 @@
 // This is for __mips_n32
 #include "ilp32.h"
 
-/*    
+/*
  * Should be set to 1 if the difference of two pointers is of type long
  * or the value of sizeof is of type unsigned long.  Note this MUST be
  * kept in sync with the compiler!
- */     
+ */
 
 #define	PTRDIFF_IS_LONG		1
 #define	SIZEOF_IS_ULONG		1

Index: src/usr.bin/xlint/arch/or1k/targparam.h
diff -u src/usr.bin/xlint/arch/or1k/targparam.h:1.1 src/usr.bin/xlint/arch/or1k/targparam.h:1.2
--- src/usr.bin/xlint/arch/or1k/targparam.h:1.1	Wed Sep  3 19:34:27 2014
+++ src/usr.bin/xlint/arch/or1k/targparam.h	Sat Jan  9 13:58:44 2021
@@ -1,9 +1,9 @@
-/*	$NetBSD: targparam.h,v 1.1 2014/09/03 19:34:27 matt Exp $	*/
+/*	$NetBSD: targparam.h,v 1.2 2021/01/09 13:58:44 rillig Exp $	*/
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
  * All Rights Reserved.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -37,11 +37,11 @@
 #include "schar.h"
 #include "ilp32.h"
 
-/*    
+/*
  * Should be set to 1 if the difference of two pointers is of type long
  * or the value of sizeof is of type unsigned long.  Note this MUST be
  * kept in sync with the compiler!
- */     
+ */
 
 #define	PTRDIFF_IS_LONG		0
 #define	SIZEOF_IS_ULONG		0

Index: src/usr.bin/xlint/arch/powerpc/targparam.h
diff -u src/usr.bin/xlint/arch/powerpc/targparam.h:1.5 src/usr.bin/xlint/arch/powerpc/targparam.h:1.6
--- src/usr.bin/xlint/arch/powerpc/targparam.h:1.5	Tue Mar 27 19:24:02 2012
+++ src/usr.bin/xlint/arch/powerpc/targparam.h	Sat Jan  9 13:58:44 2021
@@ -1,9 +1,9 @@
-/*	$NetBSD: targparam.h,v 1.5 2012/03/27 19:24:02 christos Exp $	*/
+/*	$NetBSD: targparam.h,v 1.6 2021/01/09 13:58:44 rillig Exp $	*/
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
  * All Rights Reserved.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -37,11 +37,11 @@
 #include "uchar.h"
 #include "ilp32.h"
 
-/*    
+/*
  * Should be set to 1 if the difference of two pointers is of type long
  * or the value of sizeof is of type unsigned long.  Note this MUST be
  * kept in sync with the compiler!
- */     
+ */
 
 #define	PTRDIFF_IS_LONG		0
 #define	SIZEOF_IS_ULONG		0

Index: src/usr.bin/xlint/arch/powerpc64/targparam.h
diff -u src/usr.bin/xlint/arch/powerpc64/targparam.h:1.2 src/usr.bin/xlint/arch/powerpc64/targparam.h:1.3
--- src/usr.bin/xlint/arch/powerpc64/targparam.h:1.2	Tue Mar 27 19:24:02 2012
+++ src/usr.bin/xlint/arch/powerpc64/targparam.h	Sat Jan  9 13:58:45 2021
@@ -1,9 +1,9 @@
-/*	$NetBSD: targparam.h,v 1.2 2012/03/27 19:24:02 christos Exp $	*/
+/*	$NetBSD: targparam.h,v 1.3 2021/01/09 13:58:45 rillig Exp $	*/
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
  * All Rights Reserved.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -37,11 +37,11 @@
 #include "uchar.h"
 #include "lp64.h"
 
-/*    
+/*
  * Should be set to 1 if the difference of two pointers is of type long
  * or the value of sizeof is of type unsigned long.  Note this MUST be
  * kept in sync with the compiler!
- */     
+ */
 
 #define	PTRDIFF_IS_LONG		1
 #define	SIZEOF_IS_ULONG		1

Index: src/usr.bin/xlint/arch/riscv32/targparam.h
diff -u src/usr.bin/xlint/arch/riscv32/targparam.h:1.1 src/usr.bin/xlint/arch/riscv32/targparam.h:1.2
--- src/usr.bin/xlint/arch/riscv32/targparam.h:1.1	Fri Sep 19 17:36:26 2014
+++ src/usr.bin/xlint/arch/riscv32/targparam.h	Sat Jan  9 13:58:45 2021
@@ -1,9 +1,9 @@
-/*	$NetBSD: targparam.h,v 1.1 2014/09/19 17:36:26 matt Exp $	*/
+/*	$NetBSD: targparam.h,v 1.2 2021/01/09 13:58:45 rillig Exp $	*/
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
  * All Rights Reserved.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -37,11 +37,11 @@
 #include "schar.h"
 #include "ilp32.h"
 
-/*    
+/*
  * Should be set to 1 if the difference of two pointers is of type long
  * or the value of sizeof is of type unsigned long.  Note this MUST be
  * kept in sync with the compiler!
- */     
+ */
 
 #define	PTRDIFF_IS_LONG		0
 #define	SIZEOF_IS_ULONG		0

Index: src/usr.bin/xlint/arch/riscv64/targparam.h
diff -u src/usr.bin/xlint/arch/riscv64/targparam.h:1.1 src/usr.bin/xlint/arch/riscv64/targparam.h:1.2
--- src/usr.bin/xlint/arch/riscv64/targparam.h:1.1	Fri Sep 19 17:36:26 2014
+++ src/usr.bin/xlint/arch/riscv64/targparam.h	Sat Jan  9 13:58:45 2021
@@ -1,9 +1,9 @@
-/*	$NetBSD: targparam.h,v 1.1 2014/09/19 17:36:26 matt Exp $	*/
+/*	$NetBSD: targparam.h,v 1.2 2021/01/09 13:58:45 rillig Exp $	*/
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
  * All Rights Reserved.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -37,11 +37,11 @@
 #include "schar.h"
 #include "lp64.h"
 
-/*    
+/*
  * Should be set to 1 if the difference of two pointers is of type long
  * or the value of sizeof is of type unsigned long.  Note this MUST be
  * kept in sync with the compiler!
- */     
+ */
 
 #define	PTRDIFF_IS_LONG		1
 #define	SIZEOF_IS_ULONG		1

Index: src/usr.bin/xlint/arch/sh3/targparam.h
diff -u src/usr.bin/xlint/arch/sh3/targparam.h:1.5 src/usr.bin/xlint/arch/sh3/targparam.h:1.6
--- src/usr.bin/xlint/arch/sh3/targparam.h:1.5	Tue Mar 27 19:24:02 2012
+++ src/usr.bin/xlint/arch/sh3/targparam.h	Sat Jan  9 13:58:45 2021
@@ -1,9 +1,9 @@
-/*	$NetBSD: targparam.h,v 1.5 2012/03/27 19:24:02 christos Exp $	*/
+/*	$NetBSD: targparam.h,v 1.6 2021/01/09 13:58:45 rillig Exp $	*/
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
  * All Rights Reserved.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -37,11 +37,11 @@
 #include "schar.h"
 #include "ilp32.h"
 
-/*    
+/*
  * Should be set to 1 if the difference of two pointers is of type long
  * or the value of sizeof is of type unsigned long.  Note this MUST be
  * kept in sync with the compiler!
- */     
+ */
 
 #define	PTRDIFF_IS_LONG		0
 #define	SIZEOF_IS_ULONG		0

Index: src/usr.bin/xlint/arch/sparc/targparam.h
diff -u src/usr.bin/xlint/arch/sparc/targparam.h:1.4 src/usr.bin/xlint/arch/sparc/targparam.h:1.5
--- src/usr.bin/xlint/arch/sparc/targparam.h:1.4	Tue Mar 27 19:24:03 2012
+++ src/usr.bin/xlint/arch/sparc/targparam.h	Sat Jan  9 13:58:45 2021
@@ -1,9 +1,9 @@
-/*	$NetBSD: targparam.h,v 1.4 2012/03/27 19:24:03 christos Exp $	*/
+/*	$NetBSD: targparam.h,v 1.5 2021/01/09 13:58:45 rillig Exp $	*/
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
  * All Rights Reserved.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -37,11 +37,11 @@
 #include "schar.h"
 #include "ilp32.h"
 
-/*    
+/*
  * Should be set to 1 if the difference of two pointers is of type long
  * or the value of sizeof is of type unsigned long.  Note this MUST be
  * kept in sync with the compiler!
- */     
+ */
 
 #define	PTRDIFF_IS_LONG		1
 #define	SIZEOF_IS_ULONG		1

Index: src/usr.bin/xlint/arch/sparc64/targparam.h
diff -u src/usr.bin/xlint/arch/sparc64/targparam.h:1.5 src/usr.bin/xlint/arch/sparc64/targparam.h:1.6
--- src/usr.bin/xlint/arch/sparc64/targparam.h:1.5	Tue Mar 27 19:24:03 2012
+++ src/usr.bin/xlint/arch/sparc64/targparam.h	Sat Jan  9 13:58:45 2021
@@ -1,9 +1,9 @@
-/*	$NetBSD: targparam.h,v 1.5 2012/03/27 19:24:03 christos Exp $	*/
+/*	$NetBSD: targparam.h,v 1.6 2021/01/09 13:58:45 rillig Exp $	*/
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
  * All Rights Reserved.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -37,11 +37,11 @@
 #include "schar.h"
 #include "lp64.h"
 
-/*    
+/*
  * Should be set to 1 if the difference of two pointers is of type long
  * or the value of sizeof is of type unsigned long.  Note this MUST be
  * kept in sync with the compiler!
- */     
+ */
 
 #define	PTRDIFF_IS_LONG		1
 #define	SIZEOF_IS_ULONG		1

Index: src/usr.bin/xlint/arch/vax/targparam.h
diff -u src/usr.bin/xlint/arch/vax/targparam.h:1.6 src/usr.bin/xlint/arch/vax/targparam.h:1.7
--- src/usr.bin/xlint/arch/vax/targparam.h:1.6	Tue Mar 27 19:24:03 2012
+++ src/usr.bin/xlint/arch/vax/targparam.h	Sat Jan  9 13:58:45 2021
@@ -1,9 +1,9 @@
-/*	$NetBSD: targparam.h,v 1.6 2012/03/27 19:24:03 christos Exp $	*/
+/*	$NetBSD: targparam.h,v 1.7 2021/01/09 13:58:45 rillig Exp $	*/
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
  * All Rights Reserved.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -37,11 +37,11 @@
 #include "schar.h"
 #include "ilp32.h"
 
-/*    
+/*
  * Should be set to 1 if the difference of two pointers is of type long
  * or the value of sizeof is of type unsigned long.  Note this MUST be
  * kept in sync with the compiler!
- */     
+ */
 #define	PTRDIFF_IS_LONG		1
 #define	SIZEOF_IS_ULONG		1
 #define	INTPTR_IS_LONG		1

Index: src/usr.bin/xlint/arch/x86_64/targparam.h
diff -u src/usr.bin/xlint/arch/x86_64/targparam.h:1.4 src/usr.bin/xlint/arch/x86_64/targparam.h:1.5
--- src/usr.bin/xlint/arch/x86_64/targparam.h:1.4	Tue Mar 27 19:24:03 2012
+++ src/usr.bin/xlint/arch/x86_64/targparam.h	Sat Jan  9 13:58:45 2021
@@ -1,9 +1,9 @@
-/*	$NetBSD: targparam.h,v 1.4 2012/03/27 19:24:03 christos Exp $	*/
+/*	$NetBSD: targparam.h,v 1.5 2021/01/09 13:58:45 rillig Exp $	*/
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
  * All Rights Reserved.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -37,11 +37,11 @@
 #include "schar.h"
 #include "lp64.h"
 
-/*    
+/*
  * Should be set to 1 if the difference of two pointers is of type long
  * or the value of sizeof is of type unsigned long.  Note this MUST be
  * kept in sync with the compiler!
- */     
+ */
 
 #define	PTRDIFF_IS_LONG		1
 #define	SIZEOF_IS_ULONG		1

Reply via email to