summaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-05-25 12:31:15 +0200
committerJim Meyering <meyering@redhat.com>2011-05-26 22:10:46 +0200
commitd7e23652039b5e145ab0d809a7de75ebb3facc24 (patch)
tree1dd1b54432ce6e955a0a05940b75a6dacca88fb8 /gl
parent3f98fe3155b8f19431411370198102f30f00b45e (diff)
downloadcoreutils-d7e23652039b5e145ab0d809a7de75ebb3facc24.tar.xz
maint: enforce cpp indentation policy
* cfg.mk (sc_preprocessor_indentation): New test, from libvirt. Exempt 3 files from new cppi test. * gl/lib/randread.c: Adjust cpp indentation to comply. * src/extent-scan.c (extent_need_sync): Likewise.
Diffstat (limited to 'gl')
-rw-r--r--gl/lib/randread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/lib/randread.c b/gl/lib/randread.c
index a2ce25540..b4979c726 100644
--- a/gl/lib/randread.c
+++ b/gl/lib/randread.c
@@ -64,7 +64,7 @@
#endif
#ifndef NAME_OF_NONCE_DEVICE
-#define NAME_OF_NONCE_DEVICE "/dev/urandom"
+# define NAME_OF_NONCE_DEVICE "/dev/urandom"
#endif
/* The maximum buffer size used for reads of random data. Using the
@@ -162,7 +162,7 @@ get_nonce (void *buffer, size_t bufsize, size_t bytes_bound)
/* If there's no nonce device, use a poor approximation
by getting the time of day, etc. */
-# define ISAAC_SEED(type, initialize_v) \
+#define ISAAC_SEED(type, initialize_v) \
if (seeded < bufsize) \
{ \
type v; \