Skip to content

Commit 25b5339

Browse files
author
Chris Ryder
committed
lint symbol.cpp
1 parent 2d5a359 commit 25b5339

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/util/symbol.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ bool symbolt::is_well_formed() const
152152
// Typedefs
153153
if(type.find(ID_C_typedef).is_not_nil())
154154
{
155-
// FIXME: Is there an additional check that can be made here, like for tag types below?
155+
// FIXME: Is there an additional check that can be made here,
156+
// like for tag types below?
156157
criterion_must_hold = false;
157158
}
158159

0 commit comments

Comments
 (0)