diff src/pt-select.h @ 3933:f9ea3dcf58ee

[project @ 2002-05-15 03:21:00 by jwe]
author jwe
date Wed, 15 May 2002 03:21:01 +0000
parents 0689afb1d001
children 6e86256e9c54
line wrap: on
line diff
--- a/src/pt-select.h	Tue May 07 18:10:44 2002 +0000
+++ b/src/pt-select.h	Wed May 15 03:21:01 2002 +0000
@@ -181,8 +181,7 @@
 
   ~tree_switch_case (void);
 
-  bool is_default_case (void)
-    { return ! label; }
+  bool is_default_case (void) { return ! label; }
 
   bool label_matches (const octave_value& val);