summaryrefslogtreecommitdiff
path: root/lib/getloadavg.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-07-15 14:05:07 +0000
committerJim Meyering <jim@meyering.net>1997-07-15 14:05:07 +0000
commita8b5f7b77bf805e866a739998920f8e6a72e4a11 (patch)
tree1114d137b8cac2710920d7029227804e5d5075fa /lib/getloadavg.c
parent0615dbbda8a3e12cd738c69374edf6176e8fc594 (diff)
downloadgnulib-a8b5f7b77bf805e866a739998920f8e6a72e4a11.tar.gz
correct cpp-indentation
Diffstat (limited to 'lib/getloadavg.c')
-rw-r--r--lib/getloadavg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/getloadavg.c b/lib/getloadavg.c
index 52958d4d53..3d81bdd964 100644
--- a/lib/getloadavg.c
+++ b/lib/getloadavg.c
@@ -281,7 +281,7 @@ extern int errno;
/* 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 @@ extern int errno;
# 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. */