From b9cbc80e9119bb35176f96ce9a6d193bd140498d Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Sat, 4 Apr 2015 17:07:30 +0000 Subject: [PATCH] Fixed ... line width 90. FossilOrigin-Name: dd05efe3b525cb4446f9c2dceec59789b3decf044023cb515ad326cbf18a2a8a --- tools/indent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/indent.sh b/tools/indent.sh index dfa2a785..6d50c882 100755 --- a/tools/indent.sh +++ b/tools/indent.sh @@ -1,2 +1,2 @@ #!/bin/sh -indent -l900 -kr -ts8 -i8 -cli8 $1 +indent -l90 -kr -ts8 -i8 -cli8 $1