[Refdb-cvs] CVS: refdb/src backendn-notex.c,1.7,1.8
Status: Beta
Brought to you by:
mhoenicka
|
From: Markus H. <mho...@us...> - 2004-01-26 13:18:49
|
Update of /cvsroot/refdb/refdb/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24159 Modified Files: backendn-notex.c Log Message: fixed indention Index: backendn-notex.c =================================================================== RCS file: /cvsroot/refdb/refdb/src/backendn-notex.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -U2 -r1.7 -r1.8 --- backendn-notex.c 6 Jan 2004 15:37:13 -0000 1.7 +++ backendn-notex.c 25 Jan 2004 13:20:10 -0000 1.8 @@ -132,5 +132,5 @@ /*initialize xindent */ - xindent.indent_current = 0; + xindent.indent_current = 2; xindent.maybe_in_leaf = 0; xindent.indent_toodeep = 0; |