diff libinterp/octave-value/ov-fcn-handle.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 bf1121302404
children 0cdfd6d230e6
line wrap: on
line diff
--- a/libinterp/octave-value/ov-fcn-handle.cc	Thu May 19 19:42:57 2016 -0400
+++ b/libinterp/octave-value/ov-fcn-handle.cc	Thu May 19 18:48:52 2016 -0700
@@ -1572,7 +1572,7 @@
     }
   else
     {
-      // Globally visible (or no match yet). Query overloads.
+      // Globally visible (or no match yet).  Query overloads.
       std::list<std::string> classes = load_path::overloads (tnm);
       bool any_match = fptr != 0 || classes.size () > 0;
       if (! any_match)