Skip to content

Commit 9e34110

Browse files
committed
patch 7.4.1411
Problem: Compiler warning for indent. (Ajit Thakkar) Solution: Indent normally.
1 parent 42dd7ae commit 9e34110

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/ui.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ clip_compare_pos(
711711
if (row1 < row2) return(-1);
712712
if (col1 > col2) return(1);
713713
if (col1 < col2) return(-1);
714-
return(0);
714+
return(0);
715715
}
716716

717717
/*

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,8 @@ static char *(features[]) =
748748

749749
static int included_patches[] =
750750
{ /* Add new patch number below this line */
751+
/**/
752+
1411,
751753
/**/
752754
1410,
753755
/**/

0 commit comments

Comments
 (0)