Compress blank lines

Suppress empty lines left after automated xlat conversion.
diff --git a/time.c b/time.c
index f4383c4..1ad90d9 100644
--- a/time.c
+++ b/time.c
@@ -398,9 +398,7 @@
 #endif
 
 #include "xlat/adjtimex_modes.h"
-
 #include "xlat/adjtimex_status.h"
-
 #include "xlat/adjtimex_state.h"
 
 #if SUPPORTED_PERSONALITIES > 1
@@ -522,17 +520,14 @@
 }
 
 #include "xlat/clockflags.h"
-
 #include "xlat/clocknames.h"
 
-#ifdef CLOCKID_TO_FD
-#include "xlat/cpuclocknames.h"
-#endif
-
 static void
 printclockname(int clockid)
 {
 #ifdef CLOCKID_TO_FD
+# include "xlat/cpuclocknames.h"
+
 	if (clockid < 0) {
 		if ((clockid & CLOCKFD_MASK) == CLOCKFD)
 			tprintf("FD_TO_CLOCKID(%d)", CLOCKID_TO_FD(clockid));