patch 9.0.1285: various small problems

Problem:    Various small problems.
Solution:   Adjust white space and comments.
diff --git a/src/feature.h b/src/feature.h
index 3255f8a..ad61cb9 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -273,8 +273,8 @@
 #if defined(FEAT_NORMAL) \
 	&& defined(FEAT_EVAL) \
 	&& ((defined(HAVE_GETTIMEOFDAY) && defined(HAVE_SYS_TIME_H) \
-        && (!defined(MACOS_X) || defined(HAVE_DISPATCH_DISPATCH_H))) \
-		|| defined(MSWIN))
+		&& (!defined(MACOS_X) || defined(HAVE_DISPATCH_DISPATCH_H))) \
+	    || defined(MSWIN))
 # define FEAT_RELTIME
 #endif