comparison libinterp/octave-value/ov-oncleanup.cc @ 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 f4d7d0eb5b0c
children 112b20240c87
comparison
equal deleted inserted replaced
21750:6720e5a220ba 21751:b571fc85953f
89 } 89 }
90 catch (const octave_execution_exception&) 90 catch (const octave_execution_exception&)
91 { 91 {
92 throw; 92 throw;
93 } 93 }
94 catch (...) // Yes, the black hole. We're in a d-tor. 94 catch (...) // Yes, the black hole. We're in a d-tor.
95 { 95 {
96 // This shouldn't happen, in theory. 96 // This shouldn't happen, in theory.
97 error ("onCleanup: internal error: unhandled exception in cleanup action"); 97 error ("onCleanup: internal error: unhandled exception in cleanup action");
98 } 98 }
99 } 99 }