diff liboctave/array/Array.cc @ 19628:fe689210525c gui-release

maint: Periodic merge of stable to gui-release.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:05:42 -0500
parents 8e056300994b 446c46af4b42
children 0e1f5a750d00
line wrap: on
line diff
--- a/liboctave/array/Array.cc	Mon Jan 19 07:04:12 2015 +0100
+++ b/liboctave/array/Array.cc	Tue Jan 20 10:05:42 2015 -0500
@@ -2522,7 +2522,7 @@
  \
 template <> Array<T>  \
 Array<T>::nth_element (const idx_vector&, int) const { return Array<T> (); } \
- 
+
 
 template <class T>
 Array<T>