about summary refs log tree commit diff
path: root/resolv/res_mkquery.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-04-28 16:53:56 +0200
committerFlorian Weimer <fweimer@redhat.com>2016-04-28 16:53:56 +0200
commited3c7876ccf1188b4500e3c3a5f420b700f9e822 (patch)
tree8ff1caffe3c6455b215e1526984adde535e1b880 /resolv/res_mkquery.c
parente01eef67baf2caa155b1d7ff5e0c191fd0fd4828 (diff)
downloadglibc-ed3c7876ccf1188b4500e3c3a5f420b700f9e822.tar.gz
glibc-ed3c7876ccf1188b4500e3c3a5f420b700f9e822.tar.xz
glibc-ed3c7876ccf1188b4500e3c3a5f420b700f9e822.zip
resolv: Reindent preprocessor conditionals following cleanups
Diffstat (limited to 'resolv/res_mkquery.c')
-rw-r--r--resolv/res_mkquery.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/resolv/res_mkquery.c b/resolv/res_mkquery.c
index 9a11d169a3..12f9730199 100644
--- a/resolv/res_mkquery.c
+++ b/resolv/res_mkquery.c
@@ -77,11 +77,11 @@
 /* Options.  Leave them on. */
 /* #define DEBUG */
 
-# include <hp-timing.h>
-# include <stdint.h>
-# if HP_TIMING_AVAIL
-#  define RANDOM_BITS(Var) { uint64_t v64; HP_TIMING_NOW (v64); Var = v64; }
-# endif
+#include <hp-timing.h>
+#include <stdint.h>
+#if HP_TIMING_AVAIL
+# define RANDOM_BITS(Var) { uint64_t v64; HP_TIMING_NOW (v64); Var = v64; }
+#endif
 
 /*
  * Form all types of queries.