comparison liboctave/system/oct-time.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 11af9c03400c
children 25493c55d976
comparison
equal deleted inserted replaced
21750:6720e5a220ba 21751:b571fc85953f
86 } 86 }
87 87
88 std::string 88 std::string
89 time::ctime (void) const 89 time::ctime (void) const
90 { 90 {
91 return localtime (*this) . asctime (); 91 return localtime (*this).asctime ();
92 } 92 }
93 93
94 void 94 void
95 time::stamp (void) 95 time::stamp (void)
96 { 96 {