From 527932e6ad4ae421739fe89e639fc742d60b3a2a Mon Sep 17 00:00:00 2001 From: Euan Kemp Date: Thu, 29 Sep 2016 16:20:12 -0700 Subject: [PATCH] cluster/gci: Minor spacing tweak Two shall be the number thou shalt indent, and the level of the indent shall be two. Three shalt thou not indent, neither indent thou once, excepting that thou then proceed to two. Five is right out. --- cluster/gce/gci/configure-helper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/gce/gci/configure-helper.sh b/cluster/gce/gci/configure-helper.sh index 47e287089a9..69de5189ff4 100644 --- a/cluster/gce/gci/configure-helper.sh +++ b/cluster/gce/gci/configure-helper.sh @@ -530,10 +530,10 @@ function start-kubelet { flags+=" --eviction-hard=${EVICTION_HARD}" fi if [[ "${ALLOCATE_NODE_CIDRS:-}" == "true" ]]; then - flags+=" --configure-cbr0=${ALLOCATE_NODE_CIDRS}" + flags+=" --configure-cbr0=${ALLOCATE_NODE_CIDRS}" fi if [[ -n "${FEATURE_GATES:-}" ]]; then - flags+=" --feature-gates=${FEATURE_GATES}" + flags+=" --feature-gates=${FEATURE_GATES}" fi local -r kubelet_env_file="/etc/default/kubelet"