diff liboctave/lo-cieee.c @ 10317:42d098307c30

untabify additional source files
author John W. Eaton <jwe@octave.org>
date Thu, 11 Feb 2010 13:30:42 -0500
parents 4c0cdbe0acca
children 9900d375e585
line wrap: on
line diff
--- a/liboctave/lo-cieee.c
+++ b/liboctave/lo-cieee.c
@@ -151,7 +151,7 @@
   lo_ieee_double t;
   t.value = x;
   return (isnan (x) && t.word[lo_ieee_hw] == LO_IEEE_NA_HW 
-	  && t.word[lo_ieee_lw] == LO_IEEE_NA_LW) ? 1 : 0;
+          && t.word[lo_ieee_lw] == LO_IEEE_NA_LW) ? 1 : 0;
 #else
   return 0;
 #endif
@@ -164,7 +164,7 @@
   lo_ieee_double t;
   t.value = x;
   return (isnan (x) && t.word[lo_ieee_lw] == LO_IEEE_NA_LW_OLD 
-	  && t.word[lo_ieee_hw] == LO_IEEE_NA_HW_OLD) ? 1 : 0;
+          && t.word[lo_ieee_hw] == LO_IEEE_NA_HW_OLD) ? 1 : 0;
 #else
   return 0;
 #endif