diff libinterp/octave-value/ov-java.cc @ 27276:7455523fdf01

style fixes: avoid breaking lines immediately after '(' Files affected: ButtonControl.cc, ButtonGroup.cc, Container.cc, EditControl.cc, Table.cc, annotation-dialog.cc, QTerminal.cc, QTerminal.h, documentation.cc, files-dock-widget.cc, gui-preferences.h, history-dock-widget.cc, file-editor-tab.cc, file-editor.cc, find-dialog.cc, octave-qscintilla.cc, main-window.cc, qt-interpreter-events.cc, resource-manager.cc, settings-dialog.cc, shortcut-manager.cc, workspace-view.cc, graphics.cc, lu.cc, sysdep.cc, __fltk_uigetfile__.cc, cdef-class.cc, ov-flt-complex.cc, ov-java.cc, idx-vector.cc, oct-env.cc, and cmd-edit.cc.
author John W. Eaton <jwe@octave.org>
date Fri, 19 Jul 2019 14:15:04 -0400
parents 823b4bcf79fc
children b442ec6dda5c
line wrap: on
line diff
--- a/libinterp/octave-value/ov-java.cc	Sun Jul 21 10:16:11 2019 -0400
+++ b/libinterp/octave-value/ov-java.cc	Fri Jul 19 14:15:04 2019 -0400
@@ -570,9 +570,8 @@
         error ("unable to find Java Runtime Environment: %s::%s",
                key.c_str (), value.c_str ());
 
-      jversion = regval.xstring_value (
-        "initialize_jvm: registry value \"%s\" at \"%s\" must be a string",
-        value.c_str (), key.c_str ());
+      jversion = regval.xstring_value ("initialize_jvm: registry value \"%s\" at \"%s\" must be a string",
+                                       value.c_str (), key.c_str ());
     }
 
   key = key + '\\' + jversion;
@@ -589,9 +588,9 @@
     error ("unable to find Java Runtime Environment: %s::%s",
            key.c_str (), value.c_str ());
 
-  std::string jvm_lib_path = regval.xstring_value (
-        "initialize_jvm: registry value \"%s\" at \"%s\" must be a string",
-        value.c_str (), key.c_str ());
+  std::string jvm_lib_path
+    = regval.xstring_value ("initialize_jvm: registry value \"%s\" at \"%s\" must be a string",
+                            value.c_str (), key.c_str ());
 
   if (jvm_lib_path.empty ())
     error ("unable to find Java Runtime Environment: %s::%s",