diff liboctave/array/Array.cc @ 19630:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents fb09907f4e49 fe689210525c
children 4197fc428c7d
line wrap: on
line diff
--- a/liboctave/array/Array.cc	Tue Jan 20 09:55:41 2015 -0500
+++ b/liboctave/array/Array.cc	Tue Jan 20 10:24:46 2015 -0500
@@ -2519,7 +2519,7 @@
  \
 template <> Array<T>  \
 Array<T>::nth_element (const idx_vector&, int) const { return Array<T> (); } \
- 
+
 
 template <class T>
 Array<T>