changeset 30:97e41899e7cb

remove trailing whitespace from master.cfg
author John W. Eaton <jwe@octave.org>
date Fri, 20 Aug 2021 15:25:30 -0400
parents 819a898b1960
children 08ec2af0065b
files master.cfg
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/master.cfg	Wed Feb 24 16:35:33 2021 +0100
+++ b/master.cfg	Fri Aug 20 15:25:30 2021 -0400
@@ -441,13 +441,13 @@
   return mk_octave_factory (nice,
                             ["CC=gcc-6", "CXX=g++-6", "F77=gfortran-6"],
                             compile_opts, branch)
-                                   
+
 
 def mk_gcc_7_factory (nice, compile_opts, branch):
   return mk_octave_factory (nice,
                             ["CC=gcc-7", "CXX=g++-7", "F77=gfortran-7"],
                             compile_opts, branch)
-                                   
+
 
 def mk_gcc_7_lto_factory (nice, compile_opts, branch):
   return mk_octave_factory (nice,
@@ -458,7 +458,7 @@
                              "LDFLAGS=-flto=4",
                              "NM=gcc-nm-7", "AR=gcc-ar-7", "RANLIB=gcc-ranlib-7"],
                             compile_opts, branch)
-                                   
+
 
 def mk_gcc_lto_factory (nice, compile_opts, branch):
   return mk_octave_factory (nice,
@@ -468,7 +468,7 @@
                              "LDFLAGS=-flto=4",
                              "NM=gcc-nm", "AR=gcc-ar", "RANLIB=gcc-ranlib"],
                             compile_opts, branch)
-                                   
+
 
 no_extras = ["--disable-docs",
              "--disable-fftw-threads",
@@ -946,7 +946,7 @@
 
 c['www']['auth'] = auth
 ## c['www']['authz'] = authz
-  
+
 ## DB URL
 
 ## This specifies what database buildbot uses to store its state.  You