[BACK]Return to indent.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / indent

Diff for /src/usr.bin/indent/indent.c between version 1.17 and 1.18

version 1.17, 2003/06/26 21:43:07 version 1.18, 2004/11/29 06:20:03
Line 762 
Line 762 
             if (ps.in_parameter_declaration)              if (ps.in_parameter_declaration)
                 prefix_blankline_requested = 0;                  prefix_blankline_requested = 0;
   
             if (ps.p_l_follow > 0) {    /* check for preceeding unbalanced              if (ps.p_l_follow > 0) {    /* check for preceding unbalanced
                                          * parens */                                           * parens */
                 diag(1, "Unbalanced parens");                  diag(1, "Unbalanced parens");
                 ps.p_l_follow = 0;                  ps.p_l_follow = 0;

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18