diff libinterp/corefcn/ordqz.cc @ 33167:8f8bb94a1b83

for consistent coding style, use #if defined, not #ifdef or #ifndef Affected files: documentation.cc, variable-editor-model.cc, variable-editor.cc, gsvd.cc, latex-text-renderer.cc, ordqz.cc, pt-anon-scopes.cc, Faddeeva.cc, and gsvd.cc.
author John W. Eaton <jwe@octave.org>
date Thu, 07 Mar 2024 13:55:46 -0500
parents f53ac65ffba6
children 3606817b9994
line wrap: on
line diff
--- a/libinterp/corefcn/ordqz.cc	Thu Mar 07 13:47:50 2024 -0500
+++ b/libinterp/corefcn/ordqz.cc	Thu Mar 07 13:55:46 2024 -0500
@@ -374,7 +374,7 @@
       k = 0;
       while (k < nn)
         {
-#ifdef DEBUG
+#if defined (DEBUG)
           octave_stdout << "ordqz: k = " << k  << " nn = " << nn << " \n";
 #endif
           if ((k < nn-1 && aa(k+1, k) == 0.0) || k == nn-1)