diff libinterp/corefcn/urlwrite.cc @ 32513:1de97b475564 stable

maint: Add space " " between C++ cast and argument. * __pchip_deriv__.cc, ccolamd.cc, data.cc, gzfstream.h, stack-frame.cc, strfind.cc, urlwrite.cc, xpow.cc, __init_fltk__.cc, ov-base-scalar.cc, ov-base.cc, ov-float.cc, ov-scalar.cc, ov-struct.cc, pt-bytecode-vm-internal.h, pt-bytecode-vm.cc, CSparse.cc, dSparse.cc, dSparse.h, MSparse.h, Sparse.cc, lo-mappers.cc, oct-fftw.cc, sparse-chol.cc, sparse-qr.cc, oct-string.cc, url-transfer.cc: Add space " " between C++ cast and argument.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 25 Nov 2023 17:21:32 +0100
parents e9fdfebc6db0
children 2e484f9f1f18
line wrap: on
line diff
--- a/libinterp/corefcn/urlwrite.cc	Sat Nov 25 16:47:19 2023 +0100
+++ b/libinterp/corefcn/urlwrite.cc	Sat Nov 25 17:21:32 2023 +0100
@@ -304,7 +304,7 @@
       if (keys(i) == "Timeout")
         {
           float timeout = object.get (keys(i)).float_value ();
-          options.Timeout = static_cast<long>(timeout * 1000);
+          options.Timeout = static_cast<long> (timeout * 1000);
         }
 
       if (keys(i) == "HeaderFields")