changeset 987:a40267f6e1f5

correct cpp-indentation
author Jim Meyering <jim@meyering.net>
date Tue, 15 Jul 1997 14:05:07 +0000
parents cd5c6470564f
children ba13cef00d11
files lib/getloadavg.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/getloadavg.c	Tue Jul 15 14:03:22 1997 +0000
+++ b/lib/getloadavg.c	Tue Jul 15 14:05:07 1997 +0000
@@ -281,7 +281,7 @@
 /* Sometimes both MIPS and sgi are defined, so FSCALE was just defined
    above under #ifdef MIPS.  But we want the sgi value.  */
 #   undef FSCALE
-#   define	FSCALE 1000.0
+#   define FSCALE 1000.0
 #  endif
 
 #  if defined (ardent) && defined (titan)
@@ -299,7 +299,7 @@
 # endif	/* Not FSCALE.  */
 
 # if !defined (LDAV_CVT) && defined (FSCALE)
-#  define	LDAV_CVT(n) (((double) (n)) / FSCALE)
+#  define LDAV_CVT(n) (((double) (n)) / FSCALE)
 # endif
 
 /* VAX C can't handle multi-line #ifs, or lines longer that 256 characters.  */