From 7aa9ef54ce04f558b49990ce16d96dadae89568a Mon Sep 17 00:00:00 2001 From: Chris Drake Date: Fri, 1 Apr 2016 18:47:13 -0700 Subject: [PATCH] Replace tab with eight spaces --- hack/local-up-cluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/local-up-cluster.sh b/hack/local-up-cluster.sh index 71735181e83..0ae6f587afa 100755 --- a/hack/local-up-cluster.sh +++ b/hack/local-up-cluster.sh @@ -308,7 +308,7 @@ function start_kubelet { if ! chcon -R system_u:object_r:svirt_sandbox_file_t:s0 /var/lib/kubelet; then echo "Failed to apply selinux label to /var/lib/kubelet." fi - fi + fi fi # Enable dns if [[ "${ENABLE_CLUSTER_DNS}" = true ]]; then