From d146e7b92ceb4104eafb0b789599c34248e8446d Mon Sep 17 00:00:00 2001 From: Russell Bryant <russell@russellbryant.com> Date: Mon, 10 Apr 2006 01:54:13 +0000 Subject: [PATCH] fix typo in the provided indent command git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18694 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- doc/CODING-GUIDELINES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CODING-GUIDELINES b/doc/CODING-GUIDELINES index a19fd0ad07..b68a20093e 100644 --- a/doc/CODING-GUIDELINES +++ b/doc/CODING-GUIDELINES @@ -77,7 +77,7 @@ $ cvs diff -urN <mycodefile>.c Roughly, Asterisk code formatting guidelines are generally equivalent to the following: -# indent -i4 -ts4 -br -brs -cdw -lp -ce -nbfda -npcs -nprs -npsl -nbbo -saf -sai -saw -cs -ln90 foo.c +# indent -i4 -ts4 -br -brs -cdw -lp -ce -nbfda -npcs -nprs -npsl -nbbo -saf -sai -saw -cs -l90 foo.c this means in verbose: -i4: indent level 4 -- GitLab