Skip to content

Commit

Permalink
Fix indents of preprocessor directives in some files
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Dec 1, 2019
1 parent 9625d3d commit 9b617d9
Show file tree
Hide file tree
Showing 5 changed files with 364 additions and 364 deletions.
4 changes: 2 additions & 2 deletions src/drawline.c
Original file line number Diff line number Diff line change
Expand Up @@ -1940,11 +1940,11 @@ win_line(
c_final = NUL;
if (VIM_ISWHITE(c))
{
#ifdef FEAT_CONCEAL
# ifdef FEAT_CONCEAL
if (c == TAB)
// See "Tab alignment" below.
FIX_FOR_BOGUSCOLS;
#endif
# endif
if (!wp->w_p_list)
c = ' ';
}
Expand Down
Loading

0 comments on commit 9b617d9

Please sign in to comment.