From 452faaa6ddb402909c15452a2fcf1ac75bdfec57 Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Tue, 16 Dec 2014 08:04:29 +0000 Subject: [PATCH] changed line with to 100. FossilOrigin-Name: 72a9189e65b5e07203d49ec615b18ffec2775f78f101281d54501f621a3d317e --- tools/indent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/indent.sh b/tools/indent.sh index c281345c..6b0850b0 100755 --- a/tools/indent.sh +++ b/tools/indent.sh @@ -1,2 +1,2 @@ #!/bin/sh -indent -kr -ts8 -i8 -cli8 $1 +indent -l100 -kr -ts8 -i8 -cli8 $1