comparison liboctave/util/action-container.h @ 21751:b571fc85953f

maint: Use two spaces after period to indicate sentence break.
author Rik <rik@octave.org>
date Thu, 19 May 2016 18:48:52 -0700
parents 1473547f50f5
children bac0d6f07a3e
comparison
equal deleted inserted replaced
21750:6720e5a220ba 21751:b571fc85953f
35 class 35 class
36 action_container 36 action_container
37 { 37 {
38 public: 38 public:
39 39
40 // A generic unwind_protect element. Knows how to run itself and 40 // A generic unwind_protect element. Knows how to run itself and
41 // discard itself. Also, contains a pointer to the next element. 41 // discard itself. Also, contains a pointer to the next element.
42 class elem 42 class elem
43 { 43 {
44 public: 44 public:
45 elem (void) { } 45 elem (void) { }