summaryrefslogtreecommitdiff
path: root/src/factor.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-09-13 22:05:37 +0200
committerJim Meyering <meyering@redhat.com>2009-09-13 22:05:37 +0200
commit255a6a201eaaef016ca909332f82bd86ef7d42ca (patch)
treee4eadbfb7b6546d4bfe6f0f78d18b86ffb5e2520 /src/factor.c
parentf6f78f093b57f2abf82c2ba3d7bf65e533af6ae7 (diff)
downloadcoreutils-255a6a201eaaef016ca909332f82bd86ef7d42ca.tar.xz
maint: use consistent cpp indentation in all .c files
* src/stty.c: Make cpp indentation reflect nesting. * src/factor.c: Likewise.
Diffstat (limited to 'src/factor.c')
-rw-r--r--src/factor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/factor.c b/src/factor.c
index 59fe1f45f..fc7835694 100644
--- a/src/factor.c
+++ b/src/factor.c
@@ -26,7 +26,7 @@
#include <stdio.h>
#include <sys/types.h>
#if HAVE_GMP
-#include <gmp.h>
+# include <gmp.h>
#endif
#include <assert.h>