Source-Changes-HG archive

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

[src/trunk]: src/external/lgpl3/gmp/lib/libgmp libgmp: remove trailing whites...



details:   https://anonhg.NetBSD.org/src/rev/1677bf1c7bb4
branches:  trunk
changeset: 1027142:1677bf1c7bb4
user:      rillig <rillig%NetBSD.org@localhost>
date:      Tue Dec 07 19:14:05 2021 +0000

description:
libgmp: remove trailing whitespace

diffstat:

 external/lgpl3/gmp/lib/libgmp/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 6766dbf3e477 -r 1677bf1c7bb4 external/lgpl3/gmp/lib/libgmp/Makefile
--- a/external/lgpl3/gmp/lib/libgmp/Makefile    Tue Dec 07 19:12:54 2021 +0000
+++ b/external/lgpl3/gmp/lib/libgmp/Makefile    Tue Dec 07 19:14:05 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.33 2021/12/07 19:12:54 rillig Exp $
+#      $NetBSD: Makefile,v 1.34 2021/12/07 19:14:05 rillig Exp $
 
 .include <bsd.init.mk>
 
@@ -240,8 +240,8 @@
 
 CPPFLAGS.mpn_${_build}+= -DOPERATION_${_build:R}
 
-SRCS+=         mpn_${_build}   
-CLEANFILES+=   mpn_${_build}   
+SRCS+=         mpn_${_build}
+CLEANFILES+=   mpn_${_build}
 .endfor
 
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index