fix accumulated whitespace and indentation damage
diff --git a/coreutils/cp.c b/coreutils/cp.c
index 64cf637..a80e0d2 100644
--- a/coreutils/cp.c
+++ b/coreutils/cp.c
@@ -51,7 +51,7 @@
 	if (flags & OPT_H) ... // deref command-line params only
 	*/
 
-#if ENABLE_SELINUX 
+#if ENABLE_SELINUX
 	if (flags & FILEUTILS_PRESERVE_SECURITY_CONTEXT) {
 		selinux_or_die();
 	}