浏览代码

Fix indentation

moyamo 8 年之前
父节点
当前提交
71deb74552
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      lib/termsupport.zsh

+ 4 - 4
lib/termsupport.zsh

@@ -32,10 +32,10 @@ function title {
         # Try to use terminfo to set the title
         # If the feature is available set title
         if [[ -n "$terminfo[fsl]" ]] && [[ -n "$terminfo[tsl]" ]]; then
-		echoti tsl
-		print -Pn "$1"
-		echoti fsl
-        fi
+	  echoti tsl
+	  print -Pn "$1"
+	  echoti fsl
+	fi
       fi
       ;;
   esac