mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-24 16:10:11 +00:00
Fix damage I did in rev 1.4 that broke formatting this example:
void foo(struct bar *bar) { return 0; }
This commit is contained in:
parent
a2e6df2951
commit
0a8bb16255
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75727
@ -261,6 +261,8 @@ lexi()
|
||||
return (casestmt);
|
||||
|
||||
case 3: /* a "struct" */
|
||||
if (ps.p_l_follow)
|
||||
break; /* inside parens: cast */
|
||||
/*
|
||||
* Next time around, we may want to know that we have had a
|
||||
* 'struct'
|
||||
|
Loading…
Reference in New Issue
Block a user