Skip to content

Commit 9eb5b23

Browse files
committed
CPP: Fix query formatting
1 parent 1c01254 commit 9eb5b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Critical/IncorrectCheckScanf.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Incorrect return-value check for a 'scanf'-like function
3-
* @description Failing to account for EOF in a call to a scanf-like function can lead to
3+
* @description Failing to account for EOF in a call to a scanf-like function can lead to
44
* undefined behavior.
55
* @kind problem
66
* @problem.severity warning

0 commit comments

Comments
 (0)