diff src/DLD-FUNCTIONS/lookup.cc @ 10154:40dfc0c99116

DLD-FUNCTIONS/*.cc: untabify
author John W. Eaton <jwe@octave.org>
date Wed, 20 Jan 2010 17:33:41 -0500
parents 4b270d1540f7
children d0ce5e973937
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/lookup.cc	Wed Jan 20 17:24:23 2010 -0500
+++ b/src/DLD-FUNCTIONS/lookup.cc	Wed Jan 20 17:33:41 2010 -0500
@@ -45,7 +45,7 @@
 contains_char (const std::string& str, char c)
 {
   return (str.find (c) != std::string::npos 
-	  || str.find (std::toupper (c)) != std::string::npos);
+          || str.find (std::toupper (c)) != std::string::npos);
 }
 
 // case-insensitive character comparison functors