comparison src/pt-select.h @ 11586:12df7854fa7c

strip trailing whitespace from source files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:24:59 -0500
parents fd0a3ac60b0e
children 72c96de7a403
comparison
equal deleted inserted replaced
11585:1473d0cf86d2 11586:12df7854fa7c
256 tree_switch_command (int l = -1, int c = -1) 256 tree_switch_command (int l = -1, int c = -1)
257 : tree_command (l, c), expr (0), list (0), lead_comm (0), 257 : tree_command (l, c), expr (0), list (0), lead_comm (0),
258 trail_comm (0) { } 258 trail_comm (0) { }
259 259
260 tree_switch_command (tree_expression *e, tree_switch_case_list *lst, 260 tree_switch_command (tree_expression *e, tree_switch_case_list *lst,
261 octave_comment_list *lc, octave_comment_list *tc, 261 octave_comment_list *lc, octave_comment_list *tc,
262 int l = -1, int c = -1) 262 int l = -1, int c = -1)
263 : tree_command (l, c), expr (e), list (lst), lead_comm (lc), 263 : tree_command (l, c), expr (e), list (lst), lead_comm (lc),
264 trail_comm (tc) { } 264 trail_comm (tc) { }
265 265
266 ~tree_switch_command (void); 266 ~tree_switch_command (void);