changeset 33168:e20624df2cd2

minor whitespace style fix * Affected files: perms.cc, pt-anon-scopes.h, oct-conf-post-public.in.h, and mkoctfile.in.cc.
author John W. Eaton <jwe@octave.org>
date Thu, 07 Mar 2024 14:01:24 -0500
parents 8f8bb94a1b83
children 82ae00b40c2c
files libinterp/corefcn/perms.cc libinterp/parse-tree/pt-anon-scopes.h oct-conf-post-public.in.h src/mkoctfile.in.cc
diffstat 4 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/perms.cc	Thu Mar 07 13:55:46 2024 -0500
+++ b/libinterp/corefcn/perms.cc	Thu Mar 07 14:01:24 2024 -0500
@@ -23,7 +23,7 @@
 //
 ////////////////////////////////////////////////////////////////////////
 
-#if defined(HAVE_CONFIG_H)
+#if defined (HAVE_CONFIG_H)
 #  include "config.h"
 #endif
 
--- a/libinterp/parse-tree/pt-anon-scopes.h	Thu Mar 07 13:55:46 2024 -0500
+++ b/libinterp/parse-tree/pt-anon-scopes.h	Thu Mar 07 14:01:24 2024 -0500
@@ -23,7 +23,7 @@
 //
 ////////////////////////////////////////////////////////////////////////
 
-#if !defined (octave_pt_anon_scopes_h)
+#if ! defined (octave_pt_anon_scopes_h)
 #define octave_pt_anon_scopes_h 1
 
 #include <set>
--- a/oct-conf-post-public.in.h	Thu Mar 07 13:55:46 2024 -0500
+++ b/oct-conf-post-public.in.h	Thu Mar 07 14:01:24 2024 -0500
@@ -150,7 +150,7 @@
 #  define OCTAVE_EXCEPTION_API OCTAVE_EXPORT
 #  if defined (_WIN32) || defined (__CYGWIN__)
 #    define OCTAVE_TEMPLATE_API
-#    if defined(__MINGW32__)
+#    if defined (__MINGW32__)
 #      define OCTAVE_EXTERN_TEMPLATE_API OCTAVE_EXPORT
 #      define OCTAVE_CLASS_TEMPLATE_INSTANTIATION_API
 #    else
@@ -183,7 +183,7 @@
 #  define OCTINTERP_EXCEPTION_API OCTAVE_EXPORT
 #  if defined (_WIN32) || defined (__CYGWIN__)
 #    define OCTINTERP_TEMPLATE_API
-#    if defined(__MINGW32__)
+#    if defined (__MINGW32__)
 #      define OCTINTERP_EXTERN_TEMPLATE_API OCTAVE_EXPORT
 #      define OCTINTERP_CLASS_TEMPLATE_INSTANTIATION_API
 #    else
@@ -216,7 +216,7 @@
 #  define OCTARRAY_EXCEPTION_API OCTAVE_EXPORT
 #  if defined (_WIN32) || defined (__CYGWIN__)
 #    define OCTARRAY_TEMPLATE_API
-#    if defined(__MINGW32__)
+#    if defined (__MINGW32__)
 #      define OCTARRAY_EXTERN_TEMPLATE_API OCTAVE_EXPORT
 #      define OCTARRAY_CLASS_TEMPLATE_INSTANTIATION_API
 #    else
@@ -249,7 +249,7 @@
 #  define OCTGRAPHICS_EXCEPTION_API OCTAVE_EXPORT
 #  if defined (_WIN32) || defined (__CYGWIN__)
 #    define OCTGRAPHICS_TEMPLATE_API
-#    if defined(__MINGW32__)
+#    if defined (__MINGW32__)
 #      define OCTGRAPHICS_EXTERN_TEMPLATE_API OCTAVE_EXPORT
 #      define OCTGRAPHICS_CLASS_TEMPLATE_INSTANTIATION_API
 #    else
@@ -282,7 +282,7 @@
 #  define OCTGUI_EXCEPTION_API OCTAVE_EXPORT
 #  if defined (_WIN32) || defined (__CYGWIN__)
 #    define OCTGUI_TEMPLATE_API
-#    if defined(__MINGW32__)
+#    if defined (__MINGW32__)
 #      define OCTGUI_EXTERN_TEMPLATE_API OCTAVE_EXPORT
 #      define OCTGUI_CLASS_TEMPLATE_INSTANTIATION_API
 #    else
--- a/src/mkoctfile.in.cc	Thu Mar 07 13:55:46 2024 -0500
+++ b/src/mkoctfile.in.cc	Thu Mar 07 14:01:24 2024 -0500
@@ -1347,7 +1347,7 @@
     }
   else
     {
-#if defined (OCTAVE_USE_WINDOWS_API) || defined(CROSS)
+#if defined (OCTAVE_USE_WINDOWS_API) || defined (CROSS)
       octave_libs = "-L" + quote_path (vars["OCTLIBDIR"])
                     + ' ' + vars["OCTAVE_LIBS"];
 #endif
@@ -1359,7 +1359,7 @@
            + vars["LDFLAGS"] + ' ' + octave_libs + ' '
            + vars["OCT_LINK_OPTS"] + ' ' + vars["OCT_LINK_DEPS"]);
 
-#if defined (OCTAVE_USE_WINDOWS_API) || defined(CROSS)
+#if defined (OCTAVE_USE_WINDOWS_API) || defined (CROSS)
       if (! f77files.empty () && ! vars["FLIBS"].empty ())
         cmd += ' ' + vars["FLIBS"];
 #endif