Skip to content

Commit

Permalink
fixup! fixup! json-{sarif,simple}: propagate endLine/endColumn
Browse files Browse the repository at this point in the history
  • Loading branch information
kdudka committed Apr 3, 2024
1 parent e886689 commit 96746b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/defect.hh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ struct DefEvent {
}
};

///< return (end - beg) if it is positive and fits into `short`, 0 otherwise
///< return (end - beg) if it is positive and fits into target type, 0 otherwise
inline DefEvent::TNumDiff diffNums(const int beg, const int end)
{
const int diff = end - beg;
Expand Down

0 comments on commit 96746b8

Please sign in to comment.