changeset 32630:d59cfc22d44c bytecode-interpreter

ov-vm.h: Delete line break after class
author Arun Giridhar <arungiridhar@gmail.com>
date Thu, 21 Dec 2023 18:17:51 -0500
parents 35f17e80e4bf
children e4e83855224f
files libinterp/octave-value/ov-vm.h
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/octave-value/ov-vm.h	Thu Dec 21 17:48:59 2023 -0500
+++ b/libinterp/octave-value/ov-vm.h	Thu Dec 21 18:17:51 2023 -0500
@@ -166,8 +166,7 @@
   octave_base_value *m_rep;
 };
 
-class
-octave_cached_value : public octave_base_value
+class octave_cached_value : public octave_base_value
 {
 public: